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

    Type Alias AuthorWritable

    type AuthorWritable = {
        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?: AuthorMetadataLazyLoadedWritable;
        qualityProfile?: QualityProfileLazyLoadedWritable;
        metadataProfile?: MetadataProfileLazyLoadedWritable;
        books?: BookListLazyLoadedWritable;
        series?: SeriesListLazyLoadedWritable;
        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
    name?: string | null
    foreignAuthorId?: string | null