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

64 lines
688 B
Markdown
Raw Normal View History

2023-06-10 16:52:27 +02:00
[bandcamp-fetch](../README.md) / ImageFormat
# Interface: ImageFormat
## Table of contents
### Properties
- [fileFormat](ImageFormat.md#fileformat)
- [height](ImageFormat.md#height)
- [id](ImageFormat.md#id)
- [name](ImageFormat.md#name)
- [width](ImageFormat.md#width)
## Properties
### fileFormat
**fileFormat**: `string`
#### Defined in
lib/types/Image.ts:6
___
### height
**height**: `number`
#### Defined in
lib/types/Image.ts:5
___
### id
**id**: `number`
#### Defined in
lib/types/Image.ts:2
___
### name
**name**: `string`
#### Defined in
lib/types/Image.ts:3
___
### width
**width**: `number`
#### Defined in
lib/types/Image.ts:4