5 lines
188 B
TypeScript
5 lines
188 B
TypeScript
|
|
import type { StreamingMetadataResolvedState } from './types';
|
||
|
|
export declare function ServerInsertMetadata({ promise, }: {
|
||
|
|
promise: Promise<StreamingMetadataResolvedState>;
|
||
|
|
}): null;
|