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

    Type Alias ImportListResource

    type ImportListResource = {
        id?: number;
        name?: string | null;
        fields?: Sonarr.Field[] | null;
        implementationName?: string | null;
        implementation?: string | null;
        configContract?: string | null;
        infoLink?: string | null;
        message?: Sonarr.ProviderMessage;
        tags?: number[] | null;
        presets?: Sonarr.ImportListResource[] | null;
        enableAutomaticAdd?: boolean;
        searchForMissingEpisodes?: boolean;
        shouldMonitor?: Sonarr.MonitorTypes;
        monitorNewItems?: Sonarr.NewItemMonitorTypes;
        rootFolderPath?: string | null;
        qualityProfileId?: number;
        seriesType?: SeriesTypes;
        seasonFolder?: boolean;
        listType?: Sonarr.ImportListType;
        listOrder?: number;
        minRefreshInterval?: string;
    }
    Index

    Properties

    id?: number
    name?: string | null
    fields?: Sonarr.Field[] | null
    implementationName?: string | null
    implementation?: string | null
    configContract?: string | null
    infoLink?: string | null
    tags?: number[] | null
    presets?: Sonarr.ImportListResource[] | null
    enableAutomaticAdd?: boolean
    searchForMissingEpisodes?: boolean
    shouldMonitor?: Sonarr.MonitorTypes
    monitorNewItems?: Sonarr.NewItemMonitorTypes
    rootFolderPath?: string | null
    qualityProfileId?: number
    seriesType?: SeriesTypes
    seasonFolder?: boolean
    listOrder?: number
    minRefreshInterval?: string