UNPKG
songlink-api
Version:
latest (1.0.0)
1.0.0
NodeJS client to query song.link's API
songlink-api
/
lib
/
types
/
Platform.d.ts
2 lines
(1 loc)
•
249 B
TypeScript
View Raw
1
2
export
declare
type
SonglinkPlatform =
'spotify'
|
'itunes'
|
'appleMusic'
|
'youtube'
|
'youtubeMusic'
|
'google'
|
'googleStore'
|
'pandora'
|
'deezer'
|
'tidal'
|
'amazonStore'
|
'amazonMusic'
|
'soundcloud'
|
'napster'
|
'yandex'
|
'spinrilla'
;