Interface IVoiceActor

Hierarchy

  • IVoiceActor

Properties

Properties

language: string

Language of the voice actor

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

Information of the voice actor

Type declaration

  • images: ICommonPicture

    Images of the voice actor

  • mal_id: number

    MAL ID of the voice actor

  • name: string

    Name of the voice actor

  • url: string

    MAL URL of the voice actor

Generated using TypeDoc