Skip to content

Commit

Permalink
fix(types): attempting fix of build error
Browse files Browse the repository at this point in the history
  • Loading branch information
aminah-io committed Jul 14, 2023
1 parent e0a3f46 commit 685ff1e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions types/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,15 +306,15 @@ export type PROVIDER_ID =
| "CivicCaptchaPass"
| "CivicUniquenessPass"
| "CivicLivenessPass"
| "twitterAccountAgeGte#180"
| "twitterAccountAgeGte#365"
| "twitterAccountAgeGte#730"
| "twitterTweetDaysGte#30"
| "twitterTweetDaysGte#60"
| "twitterTweetDaysGte#120"
| "Twitter"
| "TwitterTweetGT10"
| "TwitterFollowerGT100"
| "TwitterFollowerGT500"
| "TwitterFollowerGTE1000"
| "TwitterFollowerGT5000";
| "TwitterFollowerGT5000"
| "twitterAccountAgeGte#180"
| "twitterAccountAgeGte#365"
| "twitterAccountAgeGte#730"
| "twitterTweetDaysGte#30"
| "twitterTweetDaysGte#60"
| "twitterTweetDaysGte#120";

0 comments on commit 685ff1e

Please sign in to comment.