UNPKG

@keycloakify/keycloak-admin-ui

Version:
6 lines (5 loc) 218 B
/** Information about a realm, which is available for all admins of the realm */ export interface UiRealmInfo { /** Whether at least one user storage provider is enabled */ userProfileProvidersEnabled?: boolean; }