interface ICreateOrgUnitResponse { id: number; org: string; short: string; } export default ICreateOrgUnitResponse;