DataFeedSourcePatch type

Update Data Feed 操作に渡す、サポートされているデータ ソースの別名の種類。

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