Rocky_Mountain_Vending/.pnpm-store/v10/files/d9/8090522c58ebade64187950879ca9df5d02df38fa29d062469cf37e62a2bff1af95bbb768e97a047e3f5e94ab77bba436a499888b5973f023261be0d93672b
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

2 lines
No EOL
254 B
Text

export type DataCategory = 'default' | 'error' | 'transaction' | 'replay' | 'security' | 'attachment' | 'session' | 'internal' | 'profile' | 'monitor' | 'feedback' | 'span' | 'log_item' | 'log_byte' | 'unknown';
//# sourceMappingURL=datacategory.d.ts.map