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

    Variable structuredRenderCardShapeConst

    structuredRenderCardShape: Shape<
        {
            cardTitle: Shape<TOptional<TUnion<(TUndefined | TNull | TString)[]>>>;
            cardTitleIcon: Shape<
                TOptional<
                    TUnion<
                        (
                            | TUndefined
                            | TNull
                            | TObject<
                                {
                                    fillColor: TOptional<TUnion<(...)>>;
                                    iconKey: TString;
                                    strokeColor: TOptional<TUnion<(...)>>;
                                    strokeWidth: TOptional<TUnion<(...)>>;
                                    type: TUnsafe<"icon">;
                                },
                            >
                        )[],
                    >,
                >,
            >;
            sections: Shape<
                TOptional<
                    TUnion<
                        (
                            | TUndefined
                            | TNull
                            | TUnion<
                                (
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                    | (...)
                                )[],
                            >
                        )[],
                    >,
                >,
            >[];
        },
    > = ...

    Shape definition for StructuredRenderCard.