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

    Type Alias RadarrSettings

    type RadarrSettings = {
        id?: number;
        name: string;
        hostname: string;
        port: number;
        apiKey: string;
        useSsl: boolean;
        baseUrl?: string;
        activeProfileId: number;
        activeProfileName: string;
        activeDirectory: string;
        is4k: boolean;
        minimumAvailability: string;
        isDefault: boolean;
        externalUrl?: string;
        syncEnabled?: boolean;
        preventSearch?: boolean;
    }
    Index

    Properties

    id?: number
    name: string
    hostname: string
    port: number
    apiKey: string
    useSsl: boolean
    baseUrl?: string
    activeProfileId: number
    activeProfileName: string
    activeDirectory: string
    is4k: boolean
    minimumAvailability: string
    isDefault: boolean
    externalUrl?: string
    syncEnabled?: boolean
    preventSearch?: boolean