Rocky_Mountain_Vending/.pnpm-store/v10/files/05/ae987351fe430def14d7cbfbbb982204c354fef88d96a6d786b2448a4b9bca6e3254c51944e873d71ca0efa8f619a2b028fadf225f5143e56313470b13f3ac
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
No EOL
173 B
Text

declare function gOPD<O extends object, K extends keyof O>(obj: O, prop: K): PropertyDescriptor | undefined;
declare const fn: typeof gOPD | undefined | null;
export = fn;