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

    Type Alias Edition

    type Edition = {
        id?: number;
        bookId?: number;
        foreignEditionId?: string | null;
        titleSlug?: string | null;
        isbn13?: string | null;
        asin?: string | null;
        title?: string | null;
        language?: string | null;
        overview?: string | null;
        format?: string | null;
        isEbook?: boolean;
        disambiguation?: string | null;
        publisher?: string | null;
        pageCount?: number;
        releaseDate?: string | null;
        images?: Readarr.MediaCover[] | null;
        links?: Readarr.Links[] | null;
        ratings?: Readarr.Ratings;
        monitored?: boolean;
        manualAdd?: boolean;
        book?: BookLazyLoaded;
        bookFiles?: BookFileListLazyLoaded;
    }
    Index

    Properties

    id?: number
    bookId?: number
    foreignEditionId?: string | null
    titleSlug?: string | null
    isbn13?: string | null
    asin?: string | null
    title?: string | null
    language?: string | null
    overview?: string | null
    format?: string | null
    isEbook?: boolean
    disambiguation?: string | null
    publisher?: string | null
    pageCount?: number
    releaseDate?: string | null
    images?: Readarr.MediaCover[] | null
    links?: Readarr.Links[] | null
    ratings?: Readarr.Ratings
    monitored?: boolean
    manualAdd?: boolean