interface Manager extends Employee { departement: string; numOfEmployees: number; scheduleMeeting: (topic: string) => void; }