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

    Type Alias PersonResult

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

    Properties

    id?: number
    profilePath?: string
    adult?: boolean
    mediaType?: string
    knownFor?: (MovieResult | TvResult)[]