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

    Type Alias QueueResource

    type QueueResource = {
        id?: number;
        authorId?: number | null;
        bookId?: number | null;
        author?: AuthorResource;
        book?: BookResource;
        quality?: Readarr.QualityModel;
        customFormats?: Readarr.CustomFormatResource[] | null;
        customFormatScore?: number;
        size?: number;
        title?: string | null;
        sizeleft?: number;
        timeleft?: string | null;
        estimatedCompletionTime?: string | null;
        status?: string | null;
        trackedDownloadStatus?: Readarr.TrackedDownloadStatus;
        trackedDownloadState?: Readarr.TrackedDownloadState;
        statusMessages?: Readarr.TrackedDownloadStatusMessage[] | null;
        errorMessage?: string | null;
        downloadId?: string | null;
        protocol?: Readarr.DownloadProtocol;
        downloadClient?: string | null;
        downloadClientHasPostImportCategory?: boolean;
        indexer?: string | null;
        outputPath?: string | null;
        downloadForced?: boolean;
    }
    Index

    Properties

    id?: number
    authorId?: number | null
    bookId?: number | null
    customFormats?: Readarr.CustomFormatResource[] | null
    customFormatScore?: number
    size?: number
    title?: string | null
    sizeleft?: number
    timeleft?: string | null
    estimatedCompletionTime?: string | null
    status?: string | null
    trackedDownloadStatus?: Readarr.TrackedDownloadStatus
    trackedDownloadState?: Readarr.TrackedDownloadState
    statusMessages?: Readarr.TrackedDownloadStatusMessage[] | null
    errorMessage?: string | null
    downloadId?: string | null
    downloadClient?: string | null
    downloadClientHasPostImportCategory?: boolean
    indexer?: string | null
    outputPath?: string | null
    downloadForced?: boolean