And clause.

Example

{
and: [...],
}
interface AndClause {
    and?: WhereClause[];
}

Properties

Properties

and?: WhereClause[]

Generated using TypeDoc