mangadex-full-api - v6.2.0
    Preparing search index...

    Interface AuthorCreateSchema

    AuthorCreate

    interface AuthorCreateSchema {
        biography?: LocalizedStringSchema;
        booth?: string | null;
        fanBox?: string | null;
        fantia?: string | null;
        melonBook?: string | null;
        name: string;
        naver?: string | null;
        nicoVideo?: string | null;
        pixiv?: string | null;
        skeb?: string | null;
        tumblr?: string | null;
        twitter?: string | null;
        website?: string | null;
        weibo?: string | null;
        youtube?: string | null;
    }
    Index

    Properties

    booth?: string | null

    uri

    ^https?://([\w-]+.)?booth.pm(/|$)

    fanBox?: string | null

    uri

    ^https?://([\w-]+.)?fanbox.cc(/|$)

    fantia?: string | null

    uri

    ^https?://([\w-]+.)?fantia.jp(/|$)

    melonBook?: string | null

    uri

    ^https?://([\w-]+.)?melonbooks.co.jp(/|$)

    name: string
    naver?: string | null

    uri

    ^https?://([\w-]+.)?naver.com(/|$)

    nicoVideo?: string | null

    uri

    ^https?://([\w-]+.)?nicovideo.jp(/|$)

    pixiv?: string | null

    uri

    ^https?://([\w-]+.)?pixiv.net(/|$)

    skeb?: string | null

    uri

    ^https?://([\w-]+.)?skeb.jp(/|$)

    tumblr?: string | null

    uri

    ^https?://([\w-]+.)?tumblr.com(/|$)

    twitter?: string | null

    uri

    ^https?://twitter.com(/|$)

    website?: string | null

    uri

    ^https?://

    weibo?: string | null

    uri

    ^https?://([\w-]+.)?weibo.(cn|com)(/|$)

    youtube?: string | null

    uri

    ^https?://www.youtube.com(/|$)