waifuim
    Preparing search index...

    Interface CreateArtistOptions

    interface CreateArtistOptions {
        deviantArt?: string | null;
        name: string;
        patreon?: string | null;
        pixiv?: string | null;
        twitter?: string | null;
    }
    Index

    Properties

    deviantArt?: string | null

    Link to the artist's DeviantArt profile. Example: https://www.deviantart.com/artist

    name: string

    The artist's name or alias.

    patreon?: string | null

    Link to the artist's Patreon page. Example: https://www.patreon.com/artist

    pixiv?: string | null

    Link to the artist's Pixiv profile. Example: https://www.pixiv.net/users/12345

    twitter?: string | null

    Link to the artist's Twitter/X profile. Example: https://twitter.com/artist