UNPKG
@datadome/fraud-sdk-node
Version:
latest (2.0.1)
2.0.1
2.0.0
1.1.3
1.1.2
1.1.1
1.1.0
Fraud Protection - Node.js SDK
github.com/DataDome/fraud-sdk-node
@datadome/fraud-sdk-node
/
dist-types
/
model
/
address.d.ts
11 lines
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
Address
{
name
?:
string
;
line1
?:
string
;
line2
?:
string
;
city
?:
string
;
countryCode
?:
string
;
country
?:
string
;
regionCode
?:
string
;
zipCode
?:
string
; }
//# sourceMappingURL=address.d.ts.map