Rocky_Mountain_Vending/.pnpm-store/v10/files/0f/ffb99e837b851bda1d49e6e9f9caeea702f3d494015a0aec84d6e3580688357c32156a310a94af183ee16dcec08c3162109c0bfeeaf65a70b4d033e490420b
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
244 B
Text

export declare function describeStringPropertyAccess(target: string, prop: string): string;
export declare function describeHasCheckingStringProperty(target: string, prop: string): string;
export declare const wellKnownProperties: Set<string>;