ActionVariable🔗Definition🔗export interface ActionVariable { key: string; name: string; type: "string"; } See also🔗 ActionVariableBuilder