vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Type Alias QueryUnary

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

    Properties

    Properties

    left?: undefined
    operator: string
    right: QueryBinary | QueryUnary | string