Skip to content

Commit e0a3f46

Browse files
committed
fix(types): adds back old twitter stamp types
1 parent 9d8aa6f commit e0a3f46

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

types/src/index.d.ts

+7-1
Original file line numberDiff line numberDiff line change
@@ -311,4 +311,10 @@ export type PROVIDER_ID =
311311
| "twitterAccountAgeGte#730"
312312
| "twitterTweetDaysGte#30"
313313
| "twitterTweetDaysGte#60"
314-
| "twitterTweetDaysGte#120";
314+
| "twitterTweetDaysGte#120"
315+
| "Twitter"
316+
| "TwitterTweetGT10"
317+
| "TwitterFollowerGT100"
318+
| "TwitterFollowerGT500"
319+
| "TwitterFollowerGTE1000"
320+
| "TwitterFollowerGT5000";

0 commit comments

Comments
 (0)