PredicateObject<T>: {
    field: keyof T;
    operand: any;
    operator: keyof AllOperators;
}

Type Parameters

Type declaration