UNPKG
@datadome/fraud-sdk-node
Version:
latest (2.1.1)
2.1.1
2.1.0
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
10 lines
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
Address
{
name
?:
string
;
line1
?:
string
;
line2
?:
string
;
city
?:
string
;
countryCode
?:
string
;
regionCode
?:
string
;
zipCode
?:
string
; }
//# sourceMappingURL=address.d.ts.map