UNPKG
mangopay4-nodejs-sdk
Version:
latest (1.68.0)
1.68.0
1.67.0
1.66.1
1.66.0
1.65.0
1.64.0
Mangopay Node.js SDK
github.com/Mangopay/mangopay2-nodejs-sdk
Mangopay/mangopay2-nodejs-sdk
mangopay4-nodejs-sdk
/
typings
/
models
/
birthplace.d.ts
10 lines
(7 loc)
•
157 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
CountryISO
}
from
"../types"
;
export
namespace
birthplace
{
interface
Birthplace
{
City
:
string
;
Country
:
CountryISO
; } }