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

    Variable structuredRenderInlineCodeShapeConst

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

    Shape definition for StructuredRenderInlineCode.