Skip to content

Commit 86ffdfe

Browse files
committed
add provisional fact-checking type
1 parent 10bbdae commit 86ffdfe

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
@@ -179,6 +179,7 @@ export const ShortcodeMedia = t.type({
179179
thumbnail_src: t.union([t.undefined, t.string]),
180180
dimensions: Dimensions,
181181
gating_info: t.union([GatingInfo, t.null, t.undefined]),
182+
fact_check_information: t.null,
182183
media_preview: t.union([t.string, t.null]),
183184
display_url: t.string,
184185
display_resources: DisplayResources,

0 commit comments

Comments
 (0)