@datatrue/api
    Preparing search index...

    Interface QueryValidation

    interface QueryValidation {
        decode_result_as?: string;
        json_path?: string;
        key: string;
        operator: Operator;
        use_json_path: boolean;
        value: string;
    }
    Index

    Properties

    decode_result_as?: string
    json_path?: string
    key: string
    operator: Operator
    use_json_path: boolean
    value: string