More Docs Added

This commit is contained in:
killer069
2021-11-19 13:49:21 +05:30
parent b5e0097b70
commit c0d3dc68bf
9 changed files with 215 additions and 31 deletions

View File

@@ -214,3 +214,5 @@ export function setSpotifyToken(options: SpotifyDataOptions) {
spotifyData.file = false;
refreshToken();
}
export { SpotifyTrack, SpotifyAlbum, SpotifyPlaylist }