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