/** 파트너 연동 사업자 연동 상태가 연동 가능한 상태가 아닌 경우 */ export type PlatformMemberCompanyNotConnectableStatusError = { type: "PLATFORM_MEMBER_COMPANY_NOT_CONNECTABLE_STATUS"; message?: string; };