Home > @tridion-sites/open-api-client > CustomerCharacteristicCondition
Represents a condition on a Customer Characteristic (a named value in the user profile).
Signature:
export type CustomerCharacteristicCondition = {
Name?: string;
Negate?: boolean;
Operator?: ConditionOperator;
Value?: string;
};
References: ConditionOperator