UNPKG

mangopay2-nodejs-sdk

Version:
10 lines (7 loc) 157 B
import { CountryISO } from "../types"; export namespace birthplace { interface Birthplace { City: string; Country: CountryISO; } }