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

Type declaration