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

VariableValue

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

The input variables to the app to be used by the InvokeScreenAutomation action request.

interface VariableValue {
rawValue: string;
}

§Properties

§
rawValue: string
[src]

Raw value of the variable.