import { ViewFunction } from './decorators.types'; export interface IViewInfo { name: string; view: ViewFunction; }