We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d8aa6f commit e0a3f46Copy full SHA for e0a3f46
types/src/index.d.ts
@@ -311,4 +311,10 @@ export type PROVIDER_ID =
311
| "twitterAccountAgeGte#730"
312
| "twitterTweetDaysGte#30"
313
| "twitterTweetDaysGte#60"
314
- | "twitterTweetDaysGte#120";
+ | "twitterTweetDaysGte#120"
315
+ | "Twitter"
316
+ | "TwitterTweetGT10"
317
+ | "TwitterFollowerGT100"
318
+ | "TwitterFollowerGT500"
319
+ | "TwitterFollowerGTE1000"
320
+ | "TwitterFollowerGT5000";
0 commit comments