UNPKG

@portone/browser-sdk

Version:

PortOne SDK for browser

9 lines (8 loc) 189 B
import { Entity } from '../index.js'; export type Address = { country?: Entity.Country; addressLine1: string; addressLine2: string; city?: string; province?: string; };