/** * **KCP bypass 파라미터** */ export type KcpV2IdentityVerificationBypass = { /** * **DI 생성 시 사용할 사이트 ID** */ web_siteid?: string | undefined; };