UNPKG

@portone/server-sdk

Version:

PortOne JavaScript SDK for server-side usage

6 lines (5 loc) 204 B
/** 파트너 계좌 검증 아이디를 찾을 수 없는 경우 */ export type PlatformAccountVerificationNotFoundError = { type: "PLATFORM_ACCOUNT_VERIFICATION_NOT_FOUND"; message?: string; };