Type Alias AutomationConnectionParamOptionObject

type AutomationConnectionParamOptionObject = {
    id?: string;
    value?: string;
}
Index

Properties

Properties

id?: string

The unique identifier of the automation connection parameter option.

value?: string

The value of the automation connection parameter option.