Type Alias AutomationConnectionParamCreateObject

type AutomationConnectionParamCreateObject = {
    name?: string;
    value?: string;
}
Index

Properties

Properties

name?: string

The name of the automation connection parameter.

value?: string

The value of the automation connection parameter option.