mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Some changes
This commit is contained in:
@@ -2,9 +2,21 @@ import { request } from '../Request';
|
||||
import { SpotifyDataOptions } from '.';
|
||||
|
||||
interface SpotifyTrackAlbum {
|
||||
/**
|
||||
* Spotify Track Album name
|
||||
*/
|
||||
name: string;
|
||||
/**
|
||||
* Spotify Track Album url
|
||||
*/
|
||||
url: string;
|
||||
/**
|
||||
* Spotify Track Album id
|
||||
*/
|
||||
id: string;
|
||||
/**
|
||||
* Spotify Track Album release date
|
||||
*/
|
||||
release_date: string;
|
||||
release_date_precision: string;
|
||||
total_tracks: number;
|
||||
|
||||
Reference in New Issue
Block a user