Variable structuredRenderTagShapeConst
structuredRenderTagShape: Shape<
{
sectionTitle: Shape<
TOptional<TUnion<(TUndefined | TNull | TString)[]>>,
>;
sources: Shape<
TOptional<
TUnion<(TUndefined | TNull | TArray<TOptional<TUnion<(...)>>>)[]>,
>,
>;
type: Shape<TUnsafe<"tag">>;
} & {
color: Shape<
TOptional<TUnion<(TUndefined | TNull | TUnion<((...) | (...))[]>)[]>>,
>;
text: Shape<Primitive>;
useBigTag: Shape<TOptional<TUnion<(TUndefined | TNull | TBoolean)[]>>>;
},
> = ...
Shape definition for StructuredRenderTag.