Type Alias DataSourceSettingsResponse

Represents the current settings of a data source.

type DataSourceSettingsResponse = {
    disabled?: boolean;
}
Index
disabled?: boolean

Indicates whether the data source is disabled.