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

    Type Alias Author

    type Author = {
        id?: number;
        authorMetadataId?: number;
        cleanName?: string | null;
        monitored?: boolean;
        monitorNewItems?: Readarr.NewItemMonitorTypes;
        lastInfoSync?: string | null;
        path?: string | null;
        rootFolderPath?: string | null;
        added?: string;
        qualityProfileId?: number;
        metadataProfileId?: number;
        tags?: number[] | null;
        addOptions?: AddAuthorOptions;
        metadata?: AuthorMetadataLazyLoaded;
        qualityProfile?: QualityProfileLazyLoaded;
        metadataProfile?: MetadataProfileLazyLoaded;
        books?: BookListLazyLoaded;
        series?: SeriesListLazyLoaded;
        name?: string | null;
        foreignAuthorId?: string | null;
    }
    Index

    Properties

    id?: number
    authorMetadataId?: number
    cleanName?: string | null
    monitored?: boolean
    monitorNewItems?: Readarr.NewItemMonitorTypes
    lastInfoSync?: string | null
    path?: string | null
    rootFolderPath?: string | null
    added?: string
    qualityProfileId?: number
    metadataProfileId?: number
    tags?: number[] | null
    addOptions?: AddAuthorOptions
    qualityProfile?: QualityProfileLazyLoaded
    metadataProfile?: MetadataProfileLazyLoaded
    name?: string | null
    foreignAuthorId?: string | null