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.