auto package update to latest

This commit is contained in:
2019-03-14 19:50:37 +01:00
parent 387dd0b9d3
commit 6d3f0fcabd
32 changed files with 8 additions and 2316 deletions

View File

@@ -1,7 +0,0 @@
export declare class Track {
constructor(id: number, title: string, artist: string, duration: number);
id: number;
title: string;
artist: string;
duration: number;
}

View File

@@ -1,13 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Track = /** @class */ (function () {
function Track(id, title, artist, duration) {
this.id = id;
this.title = title;
this.artist = artist;
this.duration = duration;
}
return Track;
}());
exports.Track = Track;
//# sourceMappingURL=Track.js.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"Track.js","sourceRoot":"","sources":["../../../src/domain/models/Track.ts"],"names":[],"mappings":";;AACA;IACI,eAAY,EAAU,EAAE,KAAa,EAAE,MAAc,EAAE,QAAe;QAClE,IAAI,CAAC,EAAE,GAAE,EAAE,CAAC;QACZ,IAAI,CAAC,KAAK,GAAE,KAAK,CAAC;QAClB,IAAI,CAAC,MAAM,GAAE,MAAM,CAAC;QACpB,IAAI,CAAC,QAAQ,GAAE,QAAQ,CAAC;IAC5B,CAAC;IAML,YAAC;AAAD,CAAC,AAZD,IAYC;AAZY,sBAAK"}