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

Declaration

import type { Declaration } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";

Represents a relation which is not managed by Dataform but which may be referenced by Dataform actions.

interface Declaration {
relationDescriptor?: RelationDescriptor;
}

§Properties

§
relationDescriptor?: RelationDescriptor
[src]

Descriptor for the relation and its columns. Used as documentation only, i.e. values here will result in no changes to the relation's metadata.