@willwade/aac-processors
    Preparing search index...

    Interface HistoryEntry

    interface HistoryEntry {
        content: string;
        id: string;
        occurrences: HistoryOccurrence[];
        platform?: HistoryPlatformExtras;
        raw?: unknown;
        source: string;
    }
    Index

    Properties

    content: string
    id: string
    occurrences: HistoryOccurrence[]
    raw?: unknown
    source: string