Type alias ODataKeyPredicate

ODataKeyPredicate: string | boolean | number | null | ODataValueObject | {
    [propertyKey: string]: ODataKeyPredicate;
}

Type declaration

Generated using TypeDoc