Rocky_Mountain_Vending/.pnpm-store/v10/files/72/a419493f0221c5b7fe9fba90e0d1439d58f6cff3c5468946d14943a10c0a38f3239ec1c5583ee1a6353377a28c99d6354926d0ba5be67e9692eded93a19f8c
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

8 lines
321 B
Text

import type { RouteModule } from '../../../server/route-modules/route-module';
/**
* Collects the segments for a given route module.
*
* @param components the loaded components
* @returns the segments for the route module
*/
export declare function collectRootParamKeys(routeModule: RouteModule): readonly string[];