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

6.1 KiB

bandcamp-fetch

bandcamp-fetch

Table of contents

Namespaces

Enumerations

Classes

Interfaces

Type Aliases

Variables

Type Aliases

ArticleMediaItem

Ƭ ArticleMediaItem: Album | Track & { featuredTrackPosition: number ; mediaItemRef?: string }

Defined in

lib/types/Article.ts:51


LabelArtist

Ƭ LabelArtist: Omit<Artist, "type">

Defined in

lib/types/Label.ts:9


SearchResultAny

Ƭ SearchResultAny: SearchResultArtist | SearchResultLabel | SearchResultAlbum | SearchResultTrack | SearchResultFan

Defined in

lib/types/Search.ts:47

Variables

default

default: BandcampFetch

Defined in

index.ts:70