AppMetadataEntity type

Tipo di cache dei metadati dell'app

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