/** 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;
}
