UNPKG
spotifydl-core
Version:
latest (0.2.0)
0.2.0
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Spotify downloader for node
github.com/alensaito1/spotifydl-core
alensaito1/spotifydl-core
spotifydl-core
/
dist
/
lib
/
details
/
Atrist.d.ts
8 lines
(7 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
IArtist
}
from
'../../typings'
;
export
default
class
Artist
implements
IArtist
{
id
:
string
;
name
:
string
;
herf
:
string
;
constructor
(
id
?:
string
,
name
?:
string
,
herf
?:
string
); }