We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b91fcf commit ae0eb36Copy full SHA for ae0eb36
src/api/types.ts
@@ -181,6 +181,7 @@ export const ShortcodeMedia = t.type({
181
dimensions: Dimensions,
182
gating_info: t.union([GatingInfo, t.null, t.undefined]),
183
fact_check_information: t.null,
184
+ fact_check_overall_rating: t.null,
185
media_preview: t.union([t.string, t.null]),
186
display_url: t.string,
187
display_resources: DisplayResources,
0 commit comments