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

    Interface RelatedResult

    Related queries for a seed keyword.

    interface RelatedResult {
        rising: RelatedQuery[];
        top: RelatedQuery[];
    }
    Index
    rising: RelatedQuery[]