UNPKG

wfm-mobile-core

Version:

WFM Mobile Core

12 lines (11 loc) 284 B
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; }