UNPKG

spotify-ts-wrapper

Version:

Spotify TypeScript wrapper.

88 lines (44 loc) 890 B
[**spotify-node-ts**](../README.md) • **Docs** *** [spotify-node-ts](../README.md) / User # Interface: User ## Properties ### color? > `optional` **color**: `string` #### Defined in Interfaces/User.ts:8 *** ### followers? > `optional` **followers**: `number` #### Defined in Interfaces/User.ts:5 *** ### followersHidden? > `optional` **followersHidden**: `boolean` #### Defined in Interfaces/User.ts:9 *** ### following? > `optional` **following**: `number` #### Defined in Interfaces/User.ts:6 *** ### id? > `optional` **id**: `string` #### Defined in Interfaces/User.ts:2 *** ### image? > `optional` **image**: `string` #### Defined in Interfaces/User.ts:4 *** ### name? > `optional` **name**: `string` #### Defined in Interfaces/User.ts:3 *** ### playlists? > `optional` **playlists**: `UserPlaylists`[] #### Defined in Interfaces/User.ts:10