Home > @tridion-sites/open-api-client > Condition
Abstract base class for Conditions used in a Target Group definition.
Signature:
export type Condition = { $type?: string; Negate?: boolean; };