AppMetadataEntity type

Cachetyp für App-Metadaten

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