Undo unintended line removal

This commit is contained in:
Sebastian Greaves
2018-10-24 13:52:16 +01:00
parent c60ad4ab65
commit af28fa1d9b

View File

@@ -11,6 +11,7 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
import * as Immutable from "immutable";
export class Data extends Immutable.Record({}) {
[key: string]: any;