Interface IForum

Hierarchy

  • IForum

Properties

author_url: string

Forum creator user's URL

author_username: string

Username of the forum creator

comments: number

Number of comments for the forum

date: string

The date which the forum was posted

last_comment: {
    author_url: string;
    author_username: string;
    date: string;
    url: string;
}

Last comment of the forum

Type declaration

  • author_url: string

    URL of the user

  • author_username: string

    Name of the user

  • date: string

    The date which the user commented

  • url: string

    URL to the latest comment of the forum

mal_id: number

MAL ID of the forum

title: string

Title of the forum

url: string

MAL URL to the forum

Generated using TypeDoc