import type { B2bTaxInvoice } from "./../../b2b/taxInvoice/B2bTaxInvoice.js"; /** 세금계산서 취소 응답 */ export type CancelB2bTaxInvoiceIssuanceResponse = { taxInvoice: B2bTaxInvoice; };