export namespace I{{ pascalCase name }} {
  export interface IView {}
  export interface IModelProps {}
  export interface IModel {}
}