frontend-tutorial-framework/src/source-code.ts

6 lines
87 B
TypeScript
Raw Normal View History

2018-01-11 15:11:01 +00:00
export class SourceCode {
filename: string;
content: string;
language: string;
}