Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias Cast

    type Cast = {
        id?: number;
        castId?: number;
        character?: string;
        creditId?: string;
        gender?: number;
        name?: string;
        order?: number;
        profilePath?: string | null;
    }
    Index

    Properties

    id?: number
    castId?: number
    character?: string
    creditId?: string
    gender?: number
    name?: string
    order?: number
    profilePath?: string | null