refactor: adapt models to the new api
This commit is contained in:
5
src/shared/responses/v1/ProfessorResponse.ts
Normal file
5
src/shared/responses/v1/ProfessorResponse.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export interface ProfessorResponse {
|
||||
id: number;
|
||||
name: string;
|
||||
altName?: string;
|
||||
}
|
Reference in New Issue
Block a user