Variable structuredRenderSourceShapeConst
structuredRenderSourceShape: Shape<
{
fileBoundingBoxes: Shape<
TOptional<
TUnion<(TUndefined | TNull | TArray<TOptional<TUnion<(...)[]>>>)[]>,
>,
>;
fileName: Shape<TOptional<TUnion<(TUndefined | TNull | TString)[]>>>;
pageNumbers: Shape<
TOptional<
TUnion<(TUndefined | TNull | TArray<TOptional<TUnion<(...)[]>>>)[]>,
>,
>;
quote: Shape<TOptional<TUnion<(TUndefined | TNull | TString)[]>>>;
type: Shape<TUnsafe<"source">>;
},
> = ...
A shape definition for structured render sources. Any structured render can have sources.