import { OrganisationUnitInterface } from "../OrganisationUnitTypes"; export interface CreateOrganisationUnit extends OrganisationUnitInterface { name: string; description: string; }