TConditionTreeLeaf<S, N>: {
    field: TFieldName<S, N>;
    operator: Operator;
    value?: unknown;
}

Type Parameters

Type declaration