Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PlanSummary

import type { PlanSummary } from "https://googleapis.deno.dev/v1/datastore:v1.ts";

Planning phase information for the query.

interface PlanSummary {
indexesUsed?: {
[key: string]: any;
}
[]
;
}

§Properties

§
indexesUsed?: {
[key: string]: any;
}
[]
[src]

The indexes selected for the query. For example: [ {"query_scope": "Collection", "properties": "(foo ASC, name ASC)"}, {"query_scope": "Collection", "properties": "(bar ASC, name ASC)"} ]