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

    Variable structuredRenderCodeBlockShapeConst

    structuredRenderCodeBlockShape: Shape<
        {
            sectionTitle: Shape<
                TOptional<TUnion<(TUndefined | TNull | TString)[]>>,
            >;
            sources: Shape<
                TOptional<
                    TUnion<(TUndefined | TNull | TArray<TOptional<TUnion<(...)>>>)[]>,
                >,
            >;
            type: Shape<TUnsafe<"codeBlock">>;
        } & {
            code: string;
            syntax: Shape<TOptional<TUnion<(TUndefined | TNull | TString)[]>>>;
        },
    > = ...

    Shape definition for StructuredRenderCodeBlock.