Rocky_Mountain_Vending/.pnpm-store/v10/files/d7/01cdde2723fee2892cda9109f46cd5f85911ea26e3bc75babfa86d56e20d995a4cde90f31ae009aac5334d0f31cdc0b3c29437216a449bf19c1be364a2e560
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

5 lines
295 B
Text

import type { CacheNode, FlightRouterState } from '../../../shared/lib/app-router-types';
/**
* Invalidate cache one level down from the router state.
*/
export declare function invalidateCacheByRouterState(newCache: CacheNode, existingCache: CacheNode, routerState: FlightRouterState): void;