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

    Interface AuthorAttributesSchema

    AuthorAttributes

    interface AuthorAttributesSchema {
        biography: LocalizedStringSchema;
        booth: string | null;
        createdAt: Date;
        fanBox: string | null;
        fantia: string | null;
        imageUrl: string | null;
        melonBook: string | null;
        name: string;
        namicomi: string | null;
        naver: string | null;
        nicoVideo: string | null;
        pixiv: string | null;
        skeb: string | null;
        tumblr: string | null;
        twitter: string | null;
        updatedAt: Date;
        version: number;
        website: string | null;
        weibo: string | null;
        youtube: string | null;
    }

    Implemented by

    Index

    Properties

    booth: string | null

    uri

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

    createdAt: Date

    date-time

    fanBox: string | null

    uri

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

    fantia: string | null

    uri

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

    imageUrl: string | null
    melonBook: string | null

    uri

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

    name: string
    namicomi: string | null

    uri

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

    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(/|$)

    updatedAt: Date

    date-time

    version: number

    1

    website: string | null

    uri

    ^https?://

    weibo: string | null

    uri

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

    youtube: string | null

    uri

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