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

AppVariableDeclaration

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

Defines the structure and metadata for a variable.

interface AppVariableDeclaration {
description?: string;
name?: string;
schema?: Schema;
}

§Properties

§
description?: string
[src]

Required. The description of the variable.

§
name?: string
[src]

Required. The name of the variable. The name must start with a letter or underscore and contain only letters, numbers, or underscores.

§
schema?: Schema
[src]

Required. The schema of the variable.