/** 카드 */ export type PlatformPaymentMethodCard = { type: "CARD"; };