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

    Type Alias HistoryResourceWritable

    type HistoryResourceWritable = {
        id?: number;
        episodeId?: number;
        seriesId?: number;
        sourceTitle?: string | null;
        languages?: Sonarr.Language[] | null;
        quality?: Sonarr.QualityModel;
        customFormats?: Sonarr.CustomFormatResource[] | null;
        customFormatScore?: number;
        qualityCutoffNotMet?: boolean;
        date?: string;
        downloadId?: string | null;
        eventType?: EpisodeHistoryEventType;
        data?: { [key: string]: string | null } | null;
        episode?: EpisodeResourceWritable;
        series?: SeriesResourceWritable;
    }
    Index

    Properties

    id?: number
    episodeId?: number
    seriesId?: number
    sourceTitle?: string | null
    languages?: Sonarr.Language[] | null
    customFormats?: Sonarr.CustomFormatResource[] | null
    customFormatScore?: number
    qualityCutoffNotMet?: boolean
    date?: string
    downloadId?: string | null
    data?: { [key: string]: string | null } | null