Rocky_Mountain_Vending/.pnpm-store/v10/files/ff/ddddc18829220774dbe01760c338200c1f51c19d719ab85bc6fe08daf18f9317d1bf0594b12de8e67cdc49fd343e9ef9d27305a2e8a550b7f18fd8863d6add
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

5 lines
126 B
Text

declare function getProto<O extends object>(object: O): object | null;
declare const x: typeof getProto | null;
export = x;