AppMetadataEntity type

Tipo de cache de metadados do aplicativo

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