UNPKG

stonkinator

Version:

A low level stock data aggregation tool, a boring lib for others to build upon

8 lines (7 loc) 140 B
export interface NewsFeed { label: string; headline: string; url: string; time: number; author: string | null; }