다음을 통해 공유


DataFeedSourcePatch type

데이터 피드 업데이트 작업에 전달할 지원되는 데이터 원본의 별칭 형식입니다.

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