UNPKG

@portone/browser-sdk

Version:

PortOne SDK for browser

4 lines (3 loc) 207 B
import type { PaymentRequestBase } from './PaymentRequestBase.js'; import type { PaymentRequestUnion } from './PaymentRequestUnion.js'; export type PaymentRequest = PaymentRequestBase & PaymentRequestUnion;