UNPKG

@portone/server-sdk

Version:

PortOne JavaScript SDK for server-side usage

3 lines (2 loc) 129 B
/** 결제가 발생한 클라이언트 환경 */ export type PaymentClientType = "SDK_MOBILE" | "SDK_PC" | "API" | string & {};