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

Variable

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

The current state of the variable.

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

§Properties

§
name: string
[src]

The name of the variable.

§
value: string
[src]

The current value of the variable.