Skip to content

Commit 72fac76

Browse files
committed
add provisional fact-checking type to regular posts
1 parent 86ffdfe commit 72fac76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export const PostNode = t.type({
8989
shortcode: t.string,
9090
edge_media_to_comment: EdgeMediaToComment,
9191
taken_at_timestamp: t.number,
92+
fact_check_information: t.union([t.null, t.undefined]),
9293
dimensions: Dimensions,
9394
display_url: t.string,
9495
edge_liked_by: t.union([EdgeMediaToComment, t.undefined]),

0 commit comments

Comments
 (0)