Rocky_Mountain_Vending/.pnpm-store/v10/files/d1/e87997253a24fde46ff1a3c08e3c13c7b635ec7bd593f7005f19ec1f768ead87ef662568a5d8da9da60502ef54ce0b604ef144aa658bc5bebf20d212f826bc
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
203 B
Text

export declare const _toStr: (val: unknown) => string | undefined;
export declare const _toBool: (val: unknown) => boolean | undefined;
export declare const _toNum: (val: unknown) => number | undefined;