@ctrl/plex
    Preparing search index...

    Interface HistoryResult

    interface HistoryResult {
        accountID: number;
        deviceID: number;
        grandparentArt?: string;
        grandparentKey?: string;
        grandparentThumb?: string;
        grandparentTitle?: string;
        historyKey: string;
        index?: number;
        key: string;
        librarySectionID: string;
        originallyAvailableAt?: Date;
        parentIndex?: number;
        parentKey?: string;
        parentThumb?: string;
        ratingKey: string;
        thumb: string;
        title: string;
        type: string;
        viewedAt: number;
    }
    Index

    Properties

    accountID: number
    deviceID: number
    grandparentArt?: string
    grandparentKey?: string
    grandparentThumb?: string
    grandparentTitle?: string
    historyKey: string
    index?: number
    key: string
    librarySectionID: string
    originallyAvailableAt?: Date
    parentIndex?: number
    parentKey?: string
    parentThumb?: string
    ratingKey: string
    thumb: string
    title: string
    type: string
    viewedAt: number