Rocky_Mountain_Vending/.pnpm-store/v10/files/1a/e2d82e96c836ad7667ca54bc8a01f20b35d77025aa0012184b1bc3d264ad7f3095ba57cdce9bcb60018cd48e166e09d1872da8aed0ff96e021c06e937252ed
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
218 B
Text

/**
* @internal
*/
export declare const resolvedPath: (resolvedPath: string, input: unknown, memberName: string, labelValueProvider: () => string | undefined, uriLabel: string, isGreedyLabel: boolean) => string;