mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-16 05:11:56 +00:00
Refresh SourceCode class
This commit is contained in:
parent
10cf9907d2
commit
134141b495
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user