Type Alias: ArtistSimilarArtistResource
type ArtistSimilarArtistResource = Resource<ArtistAttributes> & {
type: "artists";
};
Defined in: endpoints/Artists/types.ts:80
Type Declaration
| Name | Type | Defined in |
|---|---|---|
type | "artists" | endpoints/Artists/types.ts:81 |