QueryBinary: {
    left: QueryBinary | QueryUnary | string;
    operator: string;
    right: QueryBinary | QueryUnary | string;
}

Type declaration