Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. // Should be called GetTopicResults in v2
  2. export interface GetCategoriesResults {
  3. category: string, // Should be renamed topic for v2. Should log category, nonFinalizedOpenInterest, & openInterest as a single event?
  4. nonFinalizedOpenInterest: string,
  5. openInterest: string,
  6. tags: Array<Tag>, // Deprecated in v2
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement