Skip to main content
Module

x/google_datastore/types.d.ts>KindExpression

A set of APIs that allow interfacing to Google Datastore on GCP from Deno.
Go to Latest
interface KindExpression
import { type KindExpression } from "https://deno.land/x/google_datastore@0.0.14/types.d.ts";

A representation of a kind.

Properties

name: string

The name of the kind.