mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-15 23:41:55 +00:00
Refresh SourceCode class
This commit is contained in:
parent
10cf9907d2
commit
134141b495
@ -1,6 +1,7 @@
|
||||
export interface SourceCode {
|
||||
filename?: string;
|
||||
filename: string;
|
||||
content?: string;
|
||||
files?: string[];
|
||||
files: string[];
|
||||
directory: string;
|
||||
command: string;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user