Skip to content

Commit c547d36

Browse files
authored
feat: add /traits/is_anycast prop definition
Add /traits/is_anycast
2 parents 94c59e6 + 75f0be5 commit c547d36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/reader/response.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ interface TraitsRecord {
6767
readonly is_anonymous?: boolean;
6868
readonly is_anonymous_proxy?: boolean;
6969
readonly is_anonymous_vpn?: boolean;
70+
readonly is_anycast?: boolean;
7071
readonly is_hosting_provider?: boolean;
7172
readonly is_legitimate_proxy?: boolean;
7273
readonly is_public_proxy?: boolean;

0 commit comments

Comments
 (0)