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

Projection

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

A representation of a property in a projection.

interface Projection {
property?: PropertyReference;
}

§Properties

§

The property to project.