Trendflow JS — API Reference - v0.2.0
    Preparing search index...

    Interface TrendPoint

    One timestamp in an interest-over-time series.

    interface TrendPoint {
        date: Date;
        scores: Readonly<Record<string, number>>;
    }
    Index
    date: Date
    scores: Readonly<Record<string, number>>