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

PropertyReference

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

A reference to a property relative to the kind expressions.

interface PropertyReference {
name?: string;
}

§Properties

§
name?: string
[src]

A reference to a property. Requires: * MUST be a dot-delimited (.) string of segments, where each segment conforms to entity property name limitations.