export type StreamingMetadataResolvedState = { metadata: React.ReactNode; error: unknown | null; digest: string | undefined; };