DataFeedSourcePatch type

A alias type of supported data sources to pass to Update Data Feed operation.

type DataFeedSourcePatch = Partial<DataFeedSource> & {
  dataSourceType: DataFeedSource["dataSourceType"]
}