/** 원본 세금계산서가 존재하지 않은 경우 */ export type B2bOriginalTaxInvoiceNotFoundError = { type: "B2B_ORIGINAL_TAX_INVOICE_NOT_FOUND"; message?: string; };