Skip to content

Commit 78e0a8a

Browse files
committed
Add product_type field to PostNode
1 parent 12ce23c commit 78e0a8a

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
@@ -140,6 +140,7 @@ export const PostNode = t.type({
140140
video_view_count: t.union([t.undefined, t.number]),
141141
gating_info: t.union([t.null, t.undefined]),
142142
media_preview: t.union([t.undefined, t.string, t.null]),
143+
product_type: t.union([t.undefined, t.string]),
143144
viewer_has_liked: t.union([t.undefined, t.boolean]),
144145
viewer_has_saved: t.union([t.boolean, t.undefined]),
145146
viewer_has_saved_to_collection: t.union([t.boolean, t.undefined]),

0 commit comments

Comments
 (0)