/** B2B 기능이 활성화되지 않은 경우 */ export type B2bNotEnabledError = { type: "B2B_NOT_ENABLED"; message?: string; };