interface IListOrgUnitDTO { offset?: number; limit?: number; short?: string; fullname?: string; } export default IListOrgUnitDTO;