Type Alias WhereOptions<TAttributes>

WhereOptions:
    | undefined
    | AllowNotOrAndWithImplicitAndArrayRecursive<
        WhereAttributeHash<TAttributes>
        | DynamicSqlExpression,
    >

The type accepted by every where option

Type Parameters

  • TAttributes = any