Files
Webklar.com/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.d.ts
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

7 lines
381 B
TypeScript

import { CacheNode } from '../../../shared/lib/app-router-context.shared-runtime';
import type { FlightDataPath } from '../../../server/app-render/types';
/**
* Fill cache with subTreeData based on flightDataPath
*/
export declare function fillCacheWithNewSubTreeData(newCache: CacheNode, existingCache: CacheNode, flightDataPath: FlightDataPath, wasPrefetched?: boolean): void;