UNPKG

614 BSource Map (JSON)View Raw
1{"version":3,"file":"UrlMapping.js","sourceRoot":"","sources":["../../../../src/lib/output/models/UrlMapping.ts"],"names":[],"mappings":";;AAGA,MAAa,UAAU;IAOnB,YAAY,GAAW,EAAE,KAAU,EAAE,QAAgB;QACjD,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QACf,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;IAC7B,CAAC;CACJ;AAZD,gCAYC","sourcesContent":["/**\n *\n */\nexport class UrlMapping {\n url: string;\n\n model: any;\n\n template: string;\n\n constructor(url: string, model: any, template: string) {\n this.url = url;\n this.model = model;\n this.template = template;\n }\n}\n"]}
\No newline at end of file