mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 08:35:11 +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