Class UserRecommendation

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

client: Client
content: string
entries: {
    client: Client;
    id: number;
    image: null | ImageFormatCollection;
    images: ImageFormatCollection;
    title: string;
    type: "Manga" | "Anime";
    url: URL;
    getFull(): Promise<Anime> | Promise<Manga>;
}[]

Type declaration

user: {
    url: URL;
    username: string;
}

Type declaration

  • url: URL
  • username: string

Methods

  • Type Parameters

    • IsNullable extends boolean = false

    Parameters

    • input: any
    • nullable: IsNullable = ...

    Returns IsNullable extends false
        ? Date
        : null | Date

  • Type Parameters

    • IsNullable extends boolean = false

    Parameters

    • input: any
    • nullable: IsNullable = ...

    Returns IsNullable extends false
        ? URL
        : null | URL

Generated using TypeDoc