export interface IModel { updateView(obj?: T | Object): void; setState(obj?: T | Object): void; loadStorage(): void; }