fix(backend): Merge-conflicten opgelost & testen gerepareerd.
This commit is contained in:
		
							parent
							
								
									d6dd7fb3bf
								
							
						
					
					
						commit
						620a988c6b
					
				
					 8 changed files with 23 additions and 9 deletions
				
			
		|  | @ -11,6 +11,12 @@ export interface QuestionDTO { | |||
|     content: string; | ||||
| } | ||||
| 
 | ||||
| export interface QuestionData { | ||||
|     author?: string; | ||||
|     content: string; | ||||
|     inGroup: GroupDTO; | ||||
| } | ||||
| 
 | ||||
| export interface QuestionId { | ||||
|     learningObjectIdentifier: LearningObjectIdentifierDTO; | ||||
|     sequenceNumber: number; | ||||
|  |  | |||
		Reference in a new issue
	
	 Gerald Schmittinger
						Gerald Schmittinger