UNPKG

@portone/server-sdk

Version:

PortOne JavaScript SDK for server-side usage

6 lines (5 loc) 156 B
/** 지원하지 않는 은행인 경우 */ export type PlatformNotSupportedBankError = { type: "PLATFORM_NOT_SUPPORTED_BANK"; message?: string; };