refactor(common): Class
This commit is contained in:
		
							parent
							
								
									757c89d841
								
							
						
					
					
						commit
						24ed39d04e
					
				
					 7 changed files with 18 additions and 13 deletions
				
			
		
							
								
								
									
										7
									
								
								common/src/interfaces/class.d.ts
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								common/src/interfaces/class.d.ts
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,7 @@ | |||
| export interface ClassDTO { | ||||
|     id: string; | ||||
|     displayName: string; | ||||
|     teachers: string[]; | ||||
|     students: string[]; | ||||
|     joinRequests: string[]; | ||||
| } | ||||
		Reference in a new issue