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

    Type Alias BlocklistResource

    type BlocklistResource = {
        id?: number;
        authorId?: number;
        bookIds?: number[] | null;
        sourceTitle?: string | null;
        quality?: Readarr.QualityModel;
        customFormats?: Readarr.CustomFormatResource[] | null;
        date?: string;
        protocol?: Readarr.DownloadProtocol;
        indexer?: string | null;
        message?: string | null;
        author?: AuthorResource;
    }
    Index

    Properties

    id?: number
    authorId?: number
    bookIds?: number[] | null
    sourceTitle?: string | null
    customFormats?: Readarr.CustomFormatResource[] | null
    date?: string
    indexer?: string | null
    message?: string | null