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

VariableDefinition

import type { VariableDefinition } from "https://aws-api.deno.dev/v0.4/services/ioteventsdata.ts?docs=full";

The new value of the variable.

interface VariableDefinition {
name: string;
value: string;
}

§Properties

§
name: string
[src]

The name of the variable.

§
value: string
[src]

The new value of the variable.