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

    Variable structuredRenderTextShapeConst

    structuredRenderTextShape: Shape<
        {
            sectionTitle: Shape<
                TOptional<TUnion<(TUndefined | TNull | TString)[]>>,
            >;
            sources: Shape<
                TOptional<
                    TUnion<(TUndefined | TNull | TArray<TOptional<TUnion<(...)>>>)[]>,
                >,
            >;
            type: Shape<TUnsafe<"text">>;
        } & {
            icon: Shape<
                TOptional<
                    TUnion<
                        (
                            | TUndefined
                            | TNull
                            | TObject<
                                {
                                    fillColor: TOptional<(...)>;
                                    iconKey: TString;
                                    strokeColor: TOptional<(...)>;
                                    strokeWidth: TOptional<(...)>;
                                    type: TUnsafe<(...)>;
                                },
                            >
                        )[],
                    >,
                >,
            >;
            style: Shape<
                TOptional<
                    TUnion<(TUndefined | TNull | TUnion<((...) | (...) | (...))[]>)[]>,
                >,
            >;
            text: Shape<
                TOptional<
                    TUnion<
                        (
                            | TUndefined
                            | TNull
                            | TNumber
                            | TString
                            | TBoolean
                            | TSymbol
                            | TBigInt
                        )[],
                    >,
                >,
            >;
        },
    > = ...

    Shape definition for StructuredRenderText.