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

    Type Alias IndexerProxyResource

    type IndexerProxyResource = {
        id?: number;
        name?: string | null;
        fields?: Prowlarr.Field[] | null;
        implementationName?: string | null;
        implementation?: string | null;
        configContract?: string | null;
        infoLink?: string | null;
        message?: Prowlarr.ProviderMessage;
        tags?: number[] | null;
        presets?: IndexerProxyResource[] | null;
        link?: string | null;
        onHealthIssue?: boolean;
        supportsOnHealthIssue?: boolean;
        includeHealthWarnings?: boolean;
        testCommand?: string | null;
    }
    Index

    Properties

    id?: number
    name?: string | null
    fields?: Prowlarr.Field[] | null
    implementationName?: string | null
    implementation?: string | null
    configContract?: string | null
    infoLink?: string | null
    tags?: number[] | null
    presets?: IndexerProxyResource[] | null
    link?: string | null
    onHealthIssue?: boolean
    supportsOnHealthIssue?: boolean
    includeHealthWarnings?: boolean
    testCommand?: string | null