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