Rocky_Mountain_Vending/.pnpm-store/v10/files/8c/ddf3f535ab02efbc6b8eb18a955c1f116575e698506a26c0f37745c5d4364f9e56d8d6a7c2bbdbd56f63199ded6b1bbc622393341fe030e72b618a2726704b
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

2 lines
209 B
Text

export declare function interceptTestApis(): () => void;
export declare function wrapRequestHandler<T, TRequest extends Request>(handler: (req: TRequest, fn: () => T) => T): (req: TRequest, fn: () => T) => T;