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

4 lines
301 B
Plaintext

import { CacheNode } from '../../../shared/lib/app-router-context.shared-runtime';
import { FlightDataPath } from '../../../server/app-render/types';
export declare function applyFlightData(existingCache: CacheNode, cache: CacheNode, flightDataPath: FlightDataPath, wasPrefetched?: boolean): boolean;