bpms_site/.svn/pristine/b7/b7f66973cd96f1cc1e2c11438bc36613c6518baf.svn-base
2025-11-02 16:38:49 +03:30

7 lines
381 B
Plaintext

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;