Logo

Docs

Artists

Artist Responses

The standard response wrappers returned by artist endpoints.

ArtistResponse

type ArtistResponse = SingleResourceResponse<Artist | BaseArtist>;

ArtistListResponse

type ArtistListResponse = ListResourceResponse<Artist | BaseArtist>;

On this page