UNPKG

spotify-types

Version:

All the typings for the various Spotify API Object typings written in typescript.

10 lines 256 B
export * from './global'; export * from './user'; export * from './track'; export * from './artist'; export * from './album'; export * from './player'; export * from './playlist'; export * from './episode'; export * from './show'; export * from './browse';