Rocky_Mountain_Vending/.pnpm-store/v10/files/6c/5e35f0c31b7463a44636a838e7faa1780b999b3cac3ff8e73aca21db493e960ffe1708b9d79fc00df66a6f5e7a61c7bbde1355cbb8609cc5ae10fa9bb1f67b
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

3 lines
291 B
Text

import type { CacheNode } from '../../../shared/lib/app-router-types';
import type { NormalizedFlightData } from '../../flight-data-helpers';
export declare function applyFlightData(navigatedAt: number, existingCache: CacheNode, cache: CacheNode, flightData: NormalizedFlightData): boolean;