UNPKG

jumbo-core

Version:

Modern lightweight fast enterprise level MVW framework for Node.js

12 lines (11 loc) 293 B
export declare class ViewResult implements IViewContext { errors: Array<any>; messages: Array<IMessage>; locale: string; view: string; data: any; rawTemplate: boolean; partialView: boolean; snippet: string; constructor(view: string, data: {}); }