Interface IUserBaseRes

Hierarchy

Properties

images: ICommonPicture & {
    webp: {
        image_url: null | string;
    };
}

Images of the user

Type declaration

  • webp: {
        image_url: null | string;
    }

    Image of the user in the format webp

    • image_url: null | string

      Image URL of the user in the format webp

last_online: string

Date & time in string which the user was last online in MAL

url: string

MAL URL of the user

username: string

Username of the user

Generated using TypeDoc