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