Rocky_Mountain_Vending/.pnpm-store/v10/files/11/1905091c05902b7d1714945e5714b796dc8f70bbdbe36da37f7e2e518e03e5dce4381e42c4e1872917d817b5e7724d91322757bd6b18918bfd71993612d443
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
152 B
Text

import type { Params } from '../../server/request/params';
export declare function createRenderParamsFromClient(clientParams: Params): Promise<Params>;