/** 본인인증 방식 */ export type IdentityVerificationMethod = "SMS" | "APP" | string & {};