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

    Variable structuredRenderListShapeConst

    structuredRenderListShape: Shape<
        {
            sectionTitle: Shape<
                TOptional<TUnion<(TUndefined | TNull | TString)[]>>,
            >;
            sources: Shape<
                TOptional<
                    TUnion<(TUndefined | TNull | TArray<TOptional<TUnion<(...)>>>)[]>,
                >,
            >;
            type: Shape<TUnsafe<"list">>;
        } & {
            items: Shape<
                {
                    content: Shape<TOptional<TUnion<((...) | (...) | (...))[]>>>;
                    icon: Shape<TOptional<TUnion<((...) | (...) | (...))[]>>>;
                    sources: Shape<TOptional<TUnion<((...) | (...) | (...))[]>>>;
                },
            >[];
        },
    > = ...

    Shape definition for StructuredRenderList.