And clause.

Example

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

Properties

Properties

Generated using TypeDoc