UNPKG

@portone/server-sdk

Version:

PortOne JavaScript SDK for server-side usage

6 lines (5 loc) 186 B
/** 본인인증 건이 API로 요청된 상태가 아닌 경우 */ export type IdentityVerificationNotSentError = { type: "IDENTITY_VERIFICATION_NOT_SENT"; message?: string; };