Skip to content

Commit ae0eb36

Browse files
committed
add fact_check_overall_rating to full responses
1 parent 5b91fcf commit ae0eb36

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
@@ -181,6 +181,7 @@ export const ShortcodeMedia = t.type({
181181
dimensions: Dimensions,
182182
gating_info: t.union([GatingInfo, t.null, t.undefined]),
183183
fact_check_information: t.null,
184+
fact_check_overall_rating: t.null,
184185
media_preview: t.union([t.string, t.null]),
185186
display_url: t.string,
186187
display_resources: DisplayResources,

0 commit comments

Comments
 (0)