import { HalResource } from 'hal-types';
export interface IOrgUnit extends HalResource {
active: boolean;
availableForCalculation: boolean;
dateFrom: string;
email?: string;
id: number;
name: string;
organizationUnitTypeId: number;
outerId?: string;
}