randydev commited on
Commit
c66c210
·
verified ·
1 Parent(s): 7e146ac

Update lib/types/twitter-v1.js

Browse files
Files changed (1) hide show
  1. lib/types/twitter-v1.js +4 -0
lib/types/twitter-v1.js CHANGED
@@ -18,6 +18,10 @@ const TwitterDLVariantSchema = z.object({
18
  )
19
  });
20
 
 
 
 
 
21
  const TwitterDLResponseSchema = z.object({
22
  includes: z.object({
23
  media: z.array(
 
18
  )
19
  });
20
 
21
+ const TwitterDlSchema = z.object({
22
+ videos: z.array(TwitterDLVariantSchema),
23
+ });
24
+
25
  const TwitterDLResponseSchema = z.object({
26
  includes: z.object({
27
  media: z.array(