UNPKG
songlink-api
Version:
latest (1.0.0)
1.0.0
NodeJS client to query song.link's API
songlink-api
/
lib
/
types
/
APIParams.d.ts
5 lines
(4 loc)
•
84 B
TypeScript
View Raw
1
2
3
4
5
export
declare
type
SonglinkAPIParams
= {
url
?:
string
;
apiKey
?:
string
; };