export interface DepartmentCreateDTO { name: string; }