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

    Interface UserAttributesSchema

    UserAttributes

    interface UserAttributesSchema {
        roles: string[];
        username: string;
        version: number;
    }

    Implemented by

    Index

    Properties

    roles: string[]
    username: string
    version: number

    1