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

    Type Alias ImportListBulkResource

    type ImportListBulkResource = {
        ids?: number[] | null;
        tags?: number[] | null;
        applyTags?: Radarr.ApplyTags;
        enabled?: boolean | null;
        enableAuto?: boolean | null;
        rootFolderPath?: string | null;
        qualityProfileId?: number | null;
        minimumAvailability?: MovieStatusType;
    }
    Index

    Properties

    ids?: number[] | null
    tags?: number[] | null
    applyTags?: Radarr.ApplyTags
    enabled?: boolean | null
    enableAuto?: boolean | null
    rootFolderPath?: string | null
    qualityProfileId?: number | null
    minimumAvailability?: MovieStatusType