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

KindExpression

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

A representation of a kind.

interface KindExpression {
name?: string;
}

§Properties

§
name?: string
[src]

The name of the kind.