fix(backend): Testen DatabaseLearningObjectProvider gerepareerd na refactoring.
This commit is contained in:
		
							parent
							
								
									ee9afab6ca
								
							
						
					
					
						commit
						51268af79c
					
				
					 20 changed files with 72 additions and 210 deletions
				
			
		|  | @ -1,10 +1,10 @@ | |||
| import { Language } from '../util/language'; | ||||
| 
 | ||||
| export interface Transition { | ||||
|     default: boolean; | ||||
|     _id: string; | ||||
|     default?: boolean; | ||||
|     _id?: string; | ||||
|     next: { | ||||
|         _id: string; | ||||
|         _id?: string; | ||||
|         hruid: string; | ||||
|         version: number; | ||||
|         language: string; | ||||
|  |  | |||
		Reference in a new issue
	
	 Gerald Schmittinger
						Gerald Schmittinger