import type { WebhookTransactionCancelledCancelPending } from "./WebhookTransactionCancelledCancelPending.js"; import type { WebhookTransactionCancelledCancelled } from "./WebhookTransactionCancelledCancelled.js"; import type { WebhookTransactionCancelledPartialCancelled } from "./WebhookTransactionCancelledPartialCancelled.js"; /** 결제 취소 관련 */ export type WebhookTransactionCancelled = WebhookTransactionCancelledPartialCancelled | WebhookTransactionCancelledCancelled | WebhookTransactionCancelledCancelPending;