Rocky_Mountain_Vending/.pnpm-store/v10/files/4b/b25393edeb007f0c36fb9d93b726c81235b2f9618088c2d017ad09575c78c7c0a31efdb45fa599250a93d5b8649d6f46c5ffe17f47ba1c843225f7623db332
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
279 B
Text

/**
* @internal
*/
export declare const externalDataInterceptor: {
getFileRecord(): Record<string, Promise<string>>;
interceptFile(path: string, contents: string): void;
getTokenRecord(): Record<string, any>;
interceptToken(id: string, contents: any): void;
};