Changed Eventtype to optional
This commit is contained in:
		
							parent
							
								
									1dc0603df3
								
							
						
					
					
						commit
						ac30659aeb
					
				| 
						 | 
					@ -36,7 +36,7 @@ declare namespace FG {
 | 
				
			||||||
    id: number;
 | 
					    id: number;
 | 
				
			||||||
    start: Date;
 | 
					    start: Date;
 | 
				
			||||||
    description?: string;
 | 
					    description?: string;
 | 
				
			||||||
    type: EventType;
 | 
					    type?: EventType;
 | 
				
			||||||
    jobs: Array<Job>;
 | 
					    jobs: Array<Job>;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  interface EventType {
 | 
					  interface EventType {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue