次の方法で共有


MetadataSyncConfig type

メタデータ同期の構成

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