32 lines
		
	
	
		
			636 B
		
	
	
	
		
			Markdown
		
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			636 B
		
	
	
	
		
			Markdown
		
	
	
	
| # ThumbnailFull
 | |
| 
 | |
| ## Properties
 | |
| 
 | |
| | Name     | Data Type | Description         |
 | |
| | :------- | :-------- | :------------------ |
 | |
| | `url`    | `string`  | Link                |
 | |
| | `width`  | `number`  | Width of the image  |
 | |
| | `height` | `number`  | Height of the image |
 | |
| 
 | |
| ## TypeScript Source Code
 | |
| 
 | |
| ```ts
 | |
| interface ThumbnailFull {
 | |
| 	url: string
 | |
| 	width: number
 | |
| 	height: number
 | |
| }
 | |
| ```
 | |
| 
 | |
| ## Usages
 | |
| 
 | |
| [SongDetailed#thumbnails](./SongDetailed.html)
 | |
| 
 | |
| [VideoDetailed#thumbnails](./VideoDetailed.html)
 | |
| 
 | |
| [ArtistDetailed#thumbnails](./ArtistDetailed.html)
 | |
| 
 | |
| [AlbumDetailed#thumbnails](./AlbumDetailed.html)
 | |
| 
 | |
| [PlaylistFull#thumbnails](./PlaylistFull.html)
 |