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

    Type Alias PersonResultWritable

    type PersonResultWritable = {
        id?: number;
        profilePath?: string;
        adult?: boolean;
        mediaType?: string;
        knownFor?: (MovieResultWritable | TvResultWritable)[];
    }
    Index

    Properties

    id?: number
    profilePath?: string
    adult?: boolean
    mediaType?: string