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

    Type Alias ImportListResource

    type ImportListResource = {
        id?: number;
        name?: string | null;
        fields?: Lidarr.Field[] | null;
        implementationName?: string | null;
        implementation?: string | null;
        configContract?: string | null;
        infoLink?: string | null;
        message?: Lidarr.ProviderMessage;
        tags?: number[] | null;
        presets?: Lidarr.ImportListResource[] | null;
        enableAutomaticAdd?: boolean;
        shouldMonitor?: Lidarr.ImportListMonitorType;
        shouldMonitorExisting?: boolean;
        shouldSearch?: boolean;
        rootFolderPath?: string | null;
        monitorNewItems?: Lidarr.NewItemMonitorTypes;
        qualityProfileId?: number;
        metadataProfileId?: number;
        listType?: Lidarr.ImportListType;
        listOrder?: number;
        minRefreshInterval?: string;
    }
    Index

    Properties

    id?: number
    name?: string | null
    fields?: Lidarr.Field[] | null
    implementationName?: string | null
    implementation?: string | null
    configContract?: string | null
    infoLink?: string | null
    tags?: number[] | null
    presets?: Lidarr.ImportListResource[] | null
    enableAutomaticAdd?: boolean
    shouldMonitorExisting?: boolean
    shouldSearch?: boolean
    rootFolderPath?: string | null
    monitorNewItems?: Lidarr.NewItemMonitorTypes
    qualityProfileId?: number
    metadataProfileId?: number
    listOrder?: number
    minRefreshInterval?: string