import { OrganisationTypeRestrictionVM } from './organisationTypeRestrictionVM'; export interface OrganisationTypeVM { id?: number; name: string; system_default?: boolean; organisationTypeRestrictions?: Array; can_update?: boolean; can_delete?: boolean; }