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;
import type { VariableData } from "https://googleapis.deno.dev/v1/workflowexecutions:v1.ts";
VariableData contains the variable data for this step.