Rocky_Mountain_Vending/.pnpm-store/v10/files/09/958f77ba91f68d831f95e281f69550ce7a02b00d05134d979e099af2df7b680b59cd6c08d3f035b5ca4f4150952c94c33d071f09d50bd7d900f05c54a1d966
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
176 B
Text

import { EndpointObjectHeaders, EvaluateOptions } from "../types";
export declare const getEndpointHeaders: (headers: EndpointObjectHeaders, options: EvaluateOptions) => {};