bandcamp-fetch/docs/api
2023-10-30 01:25:17 +08:00
..
classes Update doc 2023-10-30 01:25:17 +08:00
enums Update doc 2023-10-30 01:25:17 +08:00
interfaces Update doc 2023-10-30 01:25:17 +08:00
modules v1.0.0 2023-06-10 22:52:27 +08:00
.nojekyll v1.0.0 2023-06-10 22:52:27 +08:00
README.md Update doc 2023-10-30 01:25:17 +08:00

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