Image global.d.ts#L22
The spotify object containing the details of an image.
Properties:
| Name | Type | Description |
|---|---|---|
| height | "null" | number | The image height in pixels. If unknown: null or not returned. |
| url | string | The source URL of the image. |
| width | "null" | number | The image width in pixels. If unknown: null or not returned. |