共用方式為


MetadataSyncConfig type

元數據同步的設定

type MetadataSyncConfig = ProxyResource & {
  enabled?: boolean
  syncIntervalInMinutes?: number
}