export type KcpV2IdentityVerificationBypass = {
    /**
     * DI 생성 시 사용할 사이트 ID
     */
    web_siteid?: string;
};
