fix: Cleanup
Co-authored-by: Adriaan Jacquet <adriaanjacquet@gmail.com>
This commit is contained in:
		
							parent
							
								
									ced27c148b
								
							
						
					
					
						commit
						782fc2be19
					
				
					 4 changed files with 2 additions and 20 deletions
				
			
		|  | @ -3,10 +3,4 @@ export interface StudentDTO { | |||
|     username: string; | ||||
|     firstName: string; | ||||
|     lastName: string; | ||||
|     endpoints?: { | ||||
|         classes: string; | ||||
|         questions: string; | ||||
|         invitations: string; | ||||
|         groups: string; | ||||
|     }; | ||||
| } | ||||
|  |  | |||
|  | @ -3,10 +3,4 @@ export interface TeacherDTO { | |||
|     username: string; | ||||
|     firstName: string; | ||||
|     lastName: string; | ||||
|     endpoints?: { | ||||
|         classes: string; | ||||
|         questions: string; | ||||
|         invitations: string; | ||||
|         groups: string; | ||||
|     }; | ||||
| } | ||||
|  |  | |||
|  | @ -3,10 +3,4 @@ export interface UserDTO { | |||
|     username: string; | ||||
|     firstName: string; | ||||
|     lastName: string; | ||||
|     endpoints?: { | ||||
|         self: string; | ||||
|         classes: string; | ||||
|         questions: string; | ||||
|         invitations: string; | ||||
|     }; | ||||
| } | ||||
|  |  | |||
		Reference in a new issue