Rocky_Mountain_Vending/.pnpm-store/v10/files/78/204e82f09f54c01e74493ba502be475d64b09f8f9984d6c0d2803cb07c3d3570b6e4f7f770f16ec65b6493c52987bde8302ab1af6b2395c94d0334dfaff951
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

3 lines
125 B
Text

type ApiType = 'time' | 'random' | 'crypto';
export declare function io(expression: string, type: ApiType): void;
export {};