2018-03-03 08:13:52 +08:00

6 lines
93 B
TypeScript

export class DictEntry {
original: string;
translation: string;
sourceFile?: string;
}