structured-render - v1.2.0
    Preparing search index...

    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.