mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-16 05:11:56 +00:00
Make SourceCode interface represent reality
This commit is contained in:
parent
95d616225f
commit
4faffe1f79
@ -1,8 +1,6 @@
|
|||||||
export class SourceCode {
|
export interface SourceCode {
|
||||||
filename: string;
|
filename?: string;
|
||||||
content: string;
|
content?: string;
|
||||||
language: string;
|
files?: string[];
|
||||||
files: string[];
|
|
||||||
saved: boolean;
|
|
||||||
command: string;
|
command: string;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user