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

    Type Alias PersonResult

    type PersonResult = {
        id?: number;
        profilePath?: string;
        adult?: boolean;
        mediaType?: string;
        knownFor?: (MovieResult | TvResult)[];
    }
    Index
    id?: number
    profilePath?: string
    adult?: boolean
    mediaType?: string
    knownFor?: (MovieResult | TvResult)[]