bandcamp-fetch/docs/api/interfaces/AlbumRelease.md
2023-10-28 20:55:26 +08:00

64 lines
1.2 KiB
Markdown

[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
[lib/types/Album.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Album.ts#L21)
___
### format
**format**: `string`
#### Defined in
[lib/types/Album.ts:18](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Album.ts#L18)
___
### imageUrl
`Optional` **imageUrl**: `string`
#### Defined in
[lib/types/Album.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Album.ts#L20)
___
### name
**name**: `string`
#### Defined in
[lib/types/Album.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Album.ts#L17)
___
### url
`Optional` **url**: `string`
#### Defined in
[lib/types/Album.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Album.ts#L19)