Rocky_Mountain_Vending/.pnpm-store/v10/files/1b/a4315d95a5f192b7723161f9225733cb2c48348d5c51f6252196cb9e97b1f6b5386de54db1d5e2174e4d5a8dfb4340140948738e856c0e0ab60cb6ccd95987
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

7 lines
261 B
Text

import type { NextPathnameInfo } from './get-next-pathname-info';
interface ExtendedInfo extends NextPathnameInfo {
defaultLocale?: string;
ignorePrefix?: boolean;
}
export declare function formatNextPathnameInfo(info: ExtendedInfo): string;
export {};