export type Department = {
  id: number;
  name: string;
};
