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

    Type Alias IndexerStatusResource

    type IndexerStatusResource = {
        id?: number;
        indexerId?: number;
        disabledTill?: string | null;
        mostRecentFailure?: string | null;
        initialFailure?: string | null;
    }
    Index

    Properties

    id?: number
    indexerId?: number
    disabledTill?: string | null
    mostRecentFailure?: string | null
    initialFailure?: string | null