MetadataSyncConfig type

메타데이터 동기화 구성

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