/** * **토스페이 bypass 파라미터** */ export type TosspayV2IssueBillingKeyBypass = { /** * 암호화된 사용자 CI */ encryptedUserCi?: string | undefined; };