Rocky_Mountain_Vending/.pnpm-store/v10/files/c0/9c4e8e04b3dc9af53d0762e6f049fc5d2c05eeb484e2243e07a53a5a9d91cea98b2d90eae32264ccbf08cc7740cdb2bc4727a1b682432d89dd1dbf0086542b
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

9 lines
193 B
Text

export declare class UnionSerde {
private from;
private to;
private keys;
constructor(from: any, to: any);
mark(key: string): void;
hasUnknown(): boolean;
writeUnknown(): void;
}