/** 세금계산서에 공급자 문서 번호가 기입되지 않은 경우 */ export type B2bTaxInvoiceNoSupplierDocumentKeyError = { type: "B2B_TAX_INVOICE_NO_SUPPLIER_DOCUMENT_KEY"; message?: string; };