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

    Type Alias HistoryResource

    type HistoryResource = {
        id?: number;
        indexerId?: number;
        date?: string;
        downloadId?: string | null;
        successful?: boolean;
        eventType?: HistoryEventType;
        data?: { [key: string]: string | null } | null;
    }
    Index

    Properties

    id?: number
    indexerId?: number
    date?: string
    downloadId?: string | null
    successful?: boolean
    eventType?: HistoryEventType
    data?: { [key: string]: string | null } | null