Type alias PersonSource<T>

PersonSource<T>: Omit<CharacterSource<T>, "role"> & {
    position: string;
}

Type Parameters

  • T extends "anime" | "manga"

Type declaration

  • position: string

    Position of the person in the source

Generated using TypeDoc