Interface OsvBatchQueryResult

Response from POST /v1/querybatch.

Results are returned in the same order as the queries array.

interface OsvBatchQueryResult {
    results: OsvBatchResultEntry[];
}

Properties

Properties

One result per query, in the same order as the request