waifuim
Preparing search index...
Artist
Interface Artist
Represents an artist for an image including their social links.
interface
Artist
{
creator
:
PartialUser
|
null
;
creatorId
:
number
|
null
;
deviantArt
:
string
|
null
;
id
:
number
;
imageCount
:
number
;
images
:
WaifuImage
[]
;
name
:
string
;
patreon
:
string
|
null
;
pixiv
:
string
|
null
;
reviewStatus
:
ReviewStatus
;
twitter
:
string
|
null
;
}
Index
Properties
creator
creator
Id
deviant
Art
id
image
Count
images
name
patreon
pixiv
review
Status
twitter
Properties
creator
creator
:
PartialUser
|
null
creator
Id
creatorId
:
number
|
null
deviant
Art
deviantArt
:
string
|
null
id
id
:
number
image
Count
imageCount
:
number
images
images
:
WaifuImage
[]
name
name
:
string
patreon
patreon
:
string
|
null
pixiv
pixiv
:
string
|
null
review
Status
reviewStatus
:
ReviewStatus
twitter
twitter
:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
creator
creator
Id
deviant
Art
id
image
Count
images
name
patreon
pixiv
review
Status
twitter
waifuim
Loading...
Represents an artist for an image including their social links.