export type Lecturer = { short: string; surname: string; firstname: string; };