UNPKG

spotify-ts-wrapper

Version:

Spotify TypeScript wrapper.

78 lines (39 loc) 838 B
[**spotify-node-ts**](../README.md) • **Docs** *** [spotify-node-ts](../README.md) / PlaylistItems # Interface: PlaylistItems ## Properties ### addedAt? > `optional` **addedAt**: `string` #### Defined in Interfaces/Playlist.ts:22 *** ### album? > `optional` **album**: `PlaylistItemAlbum` #### Defined in Interfaces/Playlist.ts:28 *** ### artists? > `optional` **artists**: `PlaylistItemArtists`[] #### Defined in Interfaces/Playlist.ts:25 *** ### duration? > `optional` **duration**: `number` #### Defined in Interfaces/Playlist.ts:26 *** ### id? > `optional` **id**: `string` #### Defined in Interfaces/Playlist.ts:27 *** ### title? > `optional` **title**: `string` #### Defined in Interfaces/Playlist.ts:23 *** ### type? > `optional` **type**: `string` #### Defined in Interfaces/Playlist.ts:24