AppMetadataEntity type

Тип кэша метаданных приложения

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