Update lib/types/twitter-v1.js
Browse files- lib/types/twitter-v1.js +1 -2
lib/types/twitter-v1.js
CHANGED
@@ -32,5 +32,4 @@ const TwitterDLResponseSchema = z.object({
|
|
32 |
|
33 |
const TwitterDlSchema = z.array(TwitterDLVariantSchema);
|
34 |
|
35 |
-
|
36 |
-
export { TwitterDlArgsSchema, TwitterDLVariantSchema, TwitterDLResponseSchema, TwitterDlSchema };
|
|
|
32 |
|
33 |
const TwitterDlSchema = z.array(TwitterDLVariantSchema);
|
34 |
|
35 |
+
export { TwitterDlArgsSchema, TwitterDLVariantSchema, TwitterDLResponseSchema, TwitterDlSchema };
|
|