/** 암호화폐 결제 상세 정보 */ export type PaymentMethodCrypto = { type: "PaymentMethodCrypto"; };