Interface IAnimeStaff

Hierarchy

  • IAnimeStaff

Properties

Properties

person: {
    images: ICommonPicture;
    mal_id: number;
    name: string;
    url: string;
}

Data of the staff

Type declaration

  • images: ICommonPicture

    Images of the staff

  • mal_id: number

    MAL ID of the staff

  • name: string

    Name of the staff

  • url: string

    MAL URL to the staff

positions: string[]

Positions of the staff in the source

Generated using TypeDoc