UNPKG

@portone/browser-sdk

Version:

PortOne SDK for browser

5 lines (4 loc) 228 B
import type { IssueBillingKeyAndPayRequestUnionMobile } from './IssueBillingKeyAndPayRequestUnionMobile.js'; export type IssueBillingKeyAndPayRequestUnion = { mobile?: IssueBillingKeyAndPayRequestUnionMobile | undefined; };