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

    Type Alias SeriesWritable

    type SeriesWritable = {
        id?: number;
        foreignSeriesId?: string | null;
        title?: string | null;
        description?: string | null;
        numbered?: boolean;
        workCount?: number;
        primaryWorkCount?: number;
        linkItems?: SeriesBookLinkListLazyLoadedWritable;
        books?: BookListLazyLoadedWritable;
        foreignAuthorId?: string | null;
    }
    Index

    Properties

    id?: number
    foreignSeriesId?: string | null
    title?: string | null
    description?: string | null
    numbered?: boolean
    workCount?: number
    primaryWorkCount?: number
    foreignAuthorId?: string | null