AppMetadataEntity type

앱 메타데이터 캐시 유형

type AppMetadataEntity = {
  clientId: string
  environment: string
  familyId?: string
}