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

    Type Alias Series

    type Series = {
        id?: number;
        foreignSeriesId?: string | null;
        title?: string | null;
        description?: string | null;
        numbered?: boolean;
        workCount?: number;
        primaryWorkCount?: number;
        linkItems?: SeriesBookLinkListLazyLoaded;
        books?: BookListLazyLoaded;
        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