Home > @tridion-sites/open-api-client > TypeConstraint
Represents a type constraint for Component Presentation(s) in Region Schema.
Signature:
export type TypeConstraint = ComponentPresentationConstraint & {
BasedOnComponentTemplate?: Link;
BasedOnSchema?: Link;
};
References: ComponentPresentationConstraint, Link