bandcamp-fetch/docs/api/interfaces/AlbumRelease.md

64 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2023-06-10 16:52:27 +02:00
[bandcamp-fetch](../README.md) / AlbumRelease
# Interface: AlbumRelease
## Table of contents
### Properties
- [description](AlbumRelease.md#description)
- [format](AlbumRelease.md#format)
- [imageUrl](AlbumRelease.md#imageurl)
- [name](AlbumRelease.md#name)
- [url](AlbumRelease.md#url)
## Properties
### description
`Optional` **description**: `string`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Album.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Album.ts#L21)
2023-06-10 16:52:27 +02:00
___
### format
**format**: `string`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Album.ts:18](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Album.ts#L18)
2023-06-10 16:52:27 +02:00
___
### imageUrl
`Optional` **imageUrl**: `string`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Album.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Album.ts#L20)
2023-06-10 16:52:27 +02:00
___
### name
**name**: `string`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Album.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Album.ts#L17)
2023-06-10 16:52:27 +02:00
___
### url
`Optional` **url**: `string`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Album.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Album.ts#L19)