2018-07-19 10:00:09 +02:00

7 lines
100 B
TypeScript

export class Symbol {
builtin: boolean;
filename: string;
symbol_id: string;
raw: string;
}