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

    Interface UserSchema

    User

    interface UserSchema {
        attributes: UserAttributesSchema;
        id: string;
        relationships: RelationshipSchema[];
        type: "user";
    }
    Index

    Properties

    id: string

    uuid

    relationships: RelationshipSchema[]
    type: "user"