Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "types/NewsType"

Index

Type aliases

Type aliases

New

New: { brief: string; category: string; content: string; date: string; htmlContent: boolean; id: string; isins: string[]; language: string; pictureUrl: string; source: string; title: string }

Type declaration

  • brief: string
  • category: string
  • content: string
  • date: string
  • htmlContent: boolean
  • id: string
  • isins: string[]
  • language: string
  • pictureUrl: string
  • source: string
  • title: string

NewsResponse

NewsResponse: { items: New[]; offset?: undefined | number; total?: undefined | number }

Type declaration

  • items: New[]
  • Optional offset?: undefined | number
  • Optional total?: undefined | number

NewsType

NewsType: { latest: NewsResponse; top: NewsResponse }

Type declaration

Generated using TypeDoc