UNPKG

@portone/browser-sdk

Version:

PortOne SDK for browser

10 lines (9 loc) 191 B
/** * **KCP bypass 파라미터** */ export type KcpV2IdentityVerificationBypass = { /** * **DI 생성 시 사용할 사이트 ID** */ web_siteid?: string | undefined; };