Type alias Trend

Trend: {
    itemId: string | null;
    name: string | null;
    trends: TrendItem[] | null;
}

Type declaration

  • itemId: string | null

    The trend item id

  • name: string | null

    The trend name

  • trends: TrendItem[] | null

    The trends

Generated using TypeDoc