UNPKG

151 BTypeScriptView Raw
1export declare class UrlMapping {
2 url: string;
3 model: any;
4 template: string;
5 constructor(url: string, model: any, template: string);
6}