Rocky_Mountain_Vending/.pnpm-store/v10/files/0b/a51c800357d0acd2b62108a1bdaf88df7e42f8045887a49f5eea6f818fffff362e2a3dacd80da5e77ff72fee741b5ebf33f301a017f04785c110fe0e49e5dd
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

4 lines
401 B
Text

export declare const ipcForbiddenHeaders: string[];
export declare const actionsForbiddenHeaders: string[];
export declare const filterReqHeaders: (headers: Record<string, undefined | string | number | string[]>, forbiddenHeaders: string[]) => Record<string, undefined | string | string[]>;
export declare const filterInternalHeaders: (headers: Record<string, undefined | string | string[]>) => void;