Home > @tridion-sites/open-api-client > NestedRegion
Represents the nested region definition.
Signature:
export type NestedRegion = {
$type?: string;
IsMandatory?: boolean;
RegionName?: string;
RegionSchema?: ExpandableLink;
};
References: ExpandableLink