Generic Commit; Most likely a fix or small feature
This commit is contained in:
14
dist/tidal.d.ts
vendored
Normal file
14
dist/tidal.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
export type TidalSong = {
|
||||
title: string;
|
||||
artists: string;
|
||||
album: string;
|
||||
playingFrom: string;
|
||||
status: "playing" | "paused";
|
||||
url: string;
|
||||
current: string;
|
||||
duration: string;
|
||||
};
|
||||
export type TidalVolume = {
|
||||
volume: number;
|
||||
};
|
||||
//# sourceMappingURL=tidal.d.ts.map
|
||||
Reference in New Issue
Block a user