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

ExperimentalField

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

Experimental field representing unofficial fields.

interface ExperimentalField {
field?: string;
value?: string;
}

§Properties

§
field?: string
[src]

Optional. The name of the field to use.

§
value?: string
[src]

Optional. The value the field to set.