Rocky_Mountain_Vending/.pnpm-store/v10/files/df/8e1c80353eb1d147d74edbb54e020ca3a1b838e1833d871fd3b129deef2a9ea8639a3b6633eee878ebbf4d22ba19391ed2af629163925812419378e33793eb
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
197 B
Text

import type { FlightRouterState } from '../../../../shared/lib/app-router-types';
export declare function hasInterceptionRouteInCurrentTree([segment, parallelRoutes,]: FlightRouterState): boolean;