Rocky_Mountain_Vending/.pnpm-store/v10/files/18/e66ecd1b4e46f5d61c67aae08e07e43ba5175504b23fe9dbdd16b662c6553dd77eae54bbf4611375e0c32607f27fc94af86bd664aa8576c18b54c5574f7f0e
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

7 lines
212 B
Text

import { SpanAttributes, SpanTimeInput } from './span';
export interface TimedEvent {
name: string;
time: SpanTimeInput;
attributes?: SpanAttributes;
}
//# sourceMappingURL=timedEvent.d.ts.map