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

VariableData

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

VariableData contains the variable data for this step.

interface VariableData {
variables?: {
[key: string]: any;
}
;
}

§Properties

§
variables?: {
[key: string]: any;
}
[src]

Variables that are associated with this step.