/** 공급자가 존재하지 않은 경우 */ export type B2bSupplierNotFoundError = { type: "B2B_SUPPLIER_NOT_FOUND"; message?: string; };