Interface QueryFilterNotNode

interface QueryFilterNotNode {
    arg: QueryFilterExpression;
    kind: "not";
}

Properties

Properties

kind