UNPKG

@portone/browser-sdk

Version:

PortOne SDK for browser

4 lines (3 loc) 188 B
import { PaymentUIType } from './PaymentUIType.js'; import { IssueBillingKeyUIType } from './IssueBillingKeyUIType.js'; export type LoadableUIType = PaymentUIType | IssueBillingKeyUIType;