lecturers.ts 85 B

12345
  1. export type Lecturer = {
  2. short: string;
  3. surname: string;
  4. firstname: string;
  5. };