DataFeedSourcePatch type

要傳遞至更新數據摘要作業的支持數據源別名類型。

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