Schema for the results of a queries view operation.

interface ViewQueriesResult {
    results: ViewResult[];
}

Properties

Properties

results: ViewResult[]

An array of result objects - one for each query. Each result object contains the same fields as the response to a regular view request.

Generated using TypeDoc