Interface PropertyValidation

interface PropertyValidation {
    name: string;
    operator: Operator;
    value: string;
}

Properties

Properties

name: string
operator: Operator
value: string