AppMetadataEntity type

Tipo de Cache de Metadados da Aplicação

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