Skip to main content
Module

x/google_datastore/types.d.ts>MoreResults

A set of APIs that allow interfacing to Google Datastore on GCP from Deno.
Latest
type alias MoreResults
import { type MoreResults } from "https://deno.land/x/google_datastore@0.2.1/types.d.ts";
definition:
| "MORE_RESULTS_TYPE_UNSPECIFIED"
| "NOT_FINISHED"
| "MORE_RESULTS_AFTER_LIMIT"
| "MORE_RESULTS_AFTER_CURSOR"
| "NO_MORE_RESULTS"