UnknownDataFeedSource type

Represents an Unknown data source.

type UnknownDataFeedSource = {
  authenticationType: "Basic"
  dataSourceParameter: unknown
  dataSourceType: "Unknown"
}