Rocky_Mountain_Vending/.pnpm-store/v10/files/f8/7109a57ac4ff2f6a84c47cbc48ae4bae6532b5a752c57c2be8d8dad9f657692bbfc81b9765635f8cf637621ab3ebd2e2c526b256ecde8af989fc7c26a81e15
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
288 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;
};