Type alias CharacterSource<T>

CharacterSource<T>: {
    [key in T]: {
        images: IPicture;
        mal_id: number;
        title: string;
        url: string;
    }
} & {
    role: string;
}

Type Parameters

  • T extends "anime" | "manga"

Type declaration

  • role: string

    Role of the character in the source

Generated using TypeDoc