Skip to content

ActionVariableType🔗

Action variable type

Definition🔗

export enum ActionVariableType {
    String = "string",
}