import type { B2bTaxInvoice } from "./../../b2b/taxInvoice/B2bTaxInvoice.js"; /** 세금계산서 임시 저장 응답 */ export type DraftB2bTaxInvoiceResponse = { taxInvoice: B2bTaxInvoice; };