2018-02-01 16:35:00 +01:00

6 lines
87 B
TypeScript

export class SourceCode {
filename: string;
content: string;
language: string;
}