mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 12:22:54 +00:00 
			
		
		
		
	Refresh SourceCode class
This commit is contained in:
		@@ -1,6 +1,7 @@
 | 
				
			|||||||
export interface SourceCode {
 | 
					export interface SourceCode {
 | 
				
			||||||
  filename?: string;
 | 
					  filename: string;
 | 
				
			||||||
  content?: string;
 | 
					  content?: string;
 | 
				
			||||||
  files?: string[];
 | 
					  files: string[];
 | 
				
			||||||
 | 
					  directory: string;
 | 
				
			||||||
  command: string;
 | 
					  command: string;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user