Hierarchy

  • QueryFilterCondition

Indexable

[field: string]: any | {
    op: WhereOperatorType;
    value: any;
}