UNPKG

184 BPlain TextView Raw
1/**
2 * `RawItemType` lists the possible item types
3 * (`job`, `story`, `comment`, `poll`, or `pollopt`)
4 */
5export type RawItemType = "job" | "story" | "comment" | "poll" | "pollopt";