Interface Artist

interface Artist {
    aliases: string[];
    id: number;
    image_url: string;
    links: string[];
    name: string;
    policy_ai: boolean;
    policy_credit: boolean;
    policy_repost: boolean;
}

Properties

aliases: string[]
id: number
image_url: string
links: string[]
name: string
policy_ai: boolean
policy_credit: boolean
policy_repost: boolean

Generated using TypeDoc