InstanceFeature interface

The features of the AIO Instance.

Properties

mode

The state of the feature.

settings

The settings of the feature.

Property Details

mode

The state of the feature.

mode?: string

Property Value

string

settings

The settings of the feature.

settings?: Record<string, string>

Property Value

Record<string, string>