bandcamp-fetch/docs/api/interfaces/Article.md
2023-10-30 01:25:17 +08:00

2.8 KiB

bandcamp-fetch / Article

Interface: Article

Table of contents

Properties

Properties

author

author: Object

Type declaration

Name Type
name string
url string

Defined in

lib/types/Article.ts:16


category

category: ArticleCategory

Defined in

lib/types/Article.ts:10


date

date: string

Defined in

lib/types/Article.ts:9


description

description: string

Defined in

lib/types/Article.ts:6


genre

Optional genre: Object

Type declaration

Name Type
name string
readMoreUrl? string
url? string

Defined in

lib/types/Article.ts:11


imageUrl

imageUrl: string

Defined in

lib/types/Article.ts:8


mediaItems

mediaItems: ArticleMediaItem[]

Defined in

lib/types/Article.ts:20


raw

Optional raw: Object

Type declaration

Name Type
basic any
body string
mediaItems any

Defined in

lib/types/Article.ts:22


sections

sections: ArticleSection[]

Defined in

lib/types/Article.ts:21


title

title: string

Defined in

lib/types/Article.ts:5


url

url: string

Defined in

lib/types/Article.ts:7