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

    Type Alias BookWritable

    type BookWritable = {
        id?: number;
        authorMetadataId?: number;
        foreignBookId?: string | null;
        foreignEditionId?: string | null;
        titleSlug?: string | null;
        title?: string | null;
        releaseDate?: string | null;
        links?: Readarr.Links[] | null;
        genres?: string[] | null;
        relatedBooks?: number[] | null;
        ratings?: RatingsWritable;
        lastSearchTime?: string | null;
        cleanTitle?: string | null;
        monitored?: boolean;
        anyEditionOk?: boolean;
        lastInfoSync?: string | null;
        added?: string;
        addOptions?: AddBookOptions;
        authorMetadata?: AuthorMetadataLazyLoadedWritable;
        author?: AuthorLazyLoadedWritable;
        editions?: EditionListLazyLoadedWritable;
        bookFiles?: BookFileListLazyLoadedWritable;
        seriesLinks?: SeriesBookLinkListLazyLoadedWritable;
    }
    Index

    Properties

    id?: number
    authorMetadataId?: number
    foreignBookId?: string | null
    foreignEditionId?: string | null
    titleSlug?: string | null
    title?: string | null
    releaseDate?: string | null
    links?: Readarr.Links[] | null
    genres?: string[] | null
    relatedBooks?: number[] | null
    ratings?: RatingsWritable
    lastSearchTime?: string | null
    cleanTitle?: string | null
    monitored?: boolean
    anyEditionOk?: boolean
    lastInfoSync?: string | null
    added?: string
    addOptions?: AddBookOptions