Type alias NewsItem

NewsItem: {
    appid: AppId;
    author: string;
    contents: string;
    date: number;
    feed_type: number;
    feedlabel: string;
    feedname: string;
    gid: string;
    is_external_url: boolean;
    title: string;
    url: string;
}

Type declaration

  • appid: AppId
  • author: string
  • contents: string
  • date: number
  • feed_type: number
  • feedlabel: string
  • feedname: string
  • gid: string
  • is_external_url: boolean
  • title: string
  • url: string

Generated using TypeDoc