UNPKG

yandex-music

Version:

Creative and progressive Node.js framework for applications that interact with yandex music

12 lines 514 B
export * from "./account/account.interfaces"; export * from "./albums/albums.interfaces"; export * from "./artists/artists.interfaces"; export * from "./common"; export * from "./feed/feed.interfaces"; export * from "./genre/genre.interfaces"; export * from "./landing/landing.interfaces"; export * from "./playlist/playlist.interfaces"; export * from "./rotor/rotor.interfaces"; export * from "./search/search.interfaces"; export * from "./tracks/tracks.interfaces"; //# sourceMappingURL=index.d.ts.map