import type { LocalizedString } from './Exports'; export type AreaType = { id: string; identifier: string; name: LocalizedString; requireAccessType: boolean; searchAdmin: boolean; type: 'areaType'; visible: boolean; };