Type alias Trend

Trend: { createdAt: string; id: number; name: string; query: string }

Type declaration

  • createdAt: string
  • id: number
  • name: string
  • query: string

Generated using TypeDoc