Rocky_Mountain_Vending/.pnpm-store/v10/files/1d/00d47d01b814f5d95f3a06289f421a9eab232f059a19a5ac7b06a0ff47d374b292189ff41bf22fb72efab7966030682181dc799e2fd9934ba3da172523e86f
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

1 line
257 B
Text

export declare function computeCacheBustingSearchParam(prefetchHeader: '1' | '2' | '0' | undefined, segmentPrefetchHeader: string | string[] | undefined, stateTreeHeader: string | string[] | undefined, nextUrlHeader: string | string[] | undefined): string;