UNPKG
vocapi
Version:
latest (0.0.0)
0.0.0
VocaDB API Typescript Wrapper
vocapi
/
dist
/
types
/
artist.type.d.ts
11 lines
(10 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
interface
IArtist
{
additionalNames
:
string
;
artistType
:
string
;
deleted
:
boolean
;
id
:
number
;
name
:
string
;
pictureMime
:
string
;
status
:
string
;
version
:
number
; }