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

    Type Alias HistoryResource

    type HistoryResource = {
        id?: number;
        bookId?: number;
        authorId?: number;
        sourceTitle?: string | null;
        quality?: Readarr.QualityModel;
        customFormats?: Readarr.CustomFormatResource[] | null;
        customFormatScore?: number;
        qualityCutoffNotMet?: boolean;
        date?: string;
        downloadId?: string | null;
        eventType?: Readarr.EntityHistoryEventType;
        data?: { [key: string]: string | null } | null;
        book?: BookResource;
        author?: AuthorResource;
    }
    Index

    Properties

    id?: number
    bookId?: number
    authorId?: number
    sourceTitle?: string | null
    customFormats?: Readarr.CustomFormatResource[] | null
    customFormatScore?: number
    qualityCutoffNotMet?: boolean
    date?: string
    downloadId?: string | null
    data?: { [key: string]: string | null } | null