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