| 1 |
- {"ast":null,"code":"export class Riff {\n constructor(id, name, startMs, endMs, groupColor) {\n this.id = id;\n this.name = name;\n this.startMs = startMs;\n this.endMs = endMs;\n this.groupColor = groupColor;\n }\n}","map":{"version":3,"names":["Riff","constructor","id","name","startMs","endMs","groupColor"],"sources":["C:\\Users\\Kuba\\Desktop\\studia\\WPFt\\RiffMaster web application\\Frontend\\RiffMasterFront\\src\\app\\models\\riff.ts"],"sourcesContent":["export class Riff {\r\n id: number;\r\n name: string;\r\n startMs: number;\r\n endMs: number;\r\n groupColor: string;\r\n\r\n constructor(id: number, name: string, startMs: number, endMs: number, groupColor: string) {\r\n this.id = id;\r\n this.name = name;\r\n this.startMs = startMs;\r\n this.endMs = endMs;\r\n this.groupColor = groupColor;\r\n }\r\n}\r\n"],"mappings":"AAAA,OAAM,MAAOA,IAAI;EAOfC,YAAYC,EAAU,EAAEC,IAAY,EAAEC,OAAe,EAAEC,KAAa,EAAEC,UAAkB;IACtF,IAAI,CAACJ,EAAE,GAAGA,EAAE;IACZ,IAAI,CAACC,IAAI,GAAGA,IAAI;IAChB,IAAI,CAACC,OAAO,GAAGA,OAAO;IACtB,IAAI,CAACC,KAAK,GAAGA,KAAK;IAClB,IAAI,CAACC,UAAU,GAAGA,UAAU;EAC9B"},"metadata":{},"sourceType":"module","externalDependencies":[]}
|