Type Alias DataSourceSettingsResponse

Represents the current settings of a data source.

type DataSourceSettingsResponse = {
    disabled?: boolean;
}
Index

Properties

Properties

disabled?: boolean

Indicates whether the data source is disabled.