Interface IClubMember

Hierarchy

Properties

Properties

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

Images of the member

Type declaration

  • webp: {
        image_url: string;
    }
    • image_url: string

      Image URL of the member in the format webp

url: string

MAL URL of the user

username: string

Username of the user

Generated using TypeDoc