@exasol/exasol-driver-ts
    Preparing search index...

    Interface FetchResponse

    interface FetchResponse {
        data: (string | number | boolean | null)[][];
        numRows: number;
    }
    Index
    data: (string | number | boolean | null)[][]
    numRows: number