Type alias News

News: {
    date: string;
    imageUrl?: string;
    link: string;
    position: number;
    snippet: string;
    source: string;
    title: string;
}

Type declaration

  • date: string
  • Optional imageUrl?: string
  • link: string
  • position: number
  • snippet: string
  • source: string
  • title: string

Generated using TypeDoc