Rocky_Mountain_Vending/.pnpm-store/v10/files/5b/5d856dbe88e29526210f5ea2ac8b11fba42a9b22b8a9109e4eb256c3eee7e6fb20707efa5be7ca15eed4f428cee222849d2ec5f88106624e0bcaefbe250751
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
No EOL
209 B
Text

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