UNPKG

hn-ts

Version:

TypeScript client for the Hacker News API

6 lines 240 B
/** * `RawItemType` lists the possible item types * (`job`, `story`, `comment`, `poll`, or `pollopt`) */ export declare type RawItemType = "job" | "story" | "comment" | "poll" | "pollopt"; //# sourceMappingURL=raw-item-type.d.ts.map