/** 문서번호 수정이 요청된 경우 */ export type B2bDocumentKeyCannotBeChangedError = { type: "B2B_DOCUMENT_KEY_CANNOT_BE_CHANGED"; message?: string; };