/** 파트너가 연동 사업자로 연동 되어있지 않은 경우 */ export type PlatformMemberCompanyNotConnectedError = { type: "PLATFORM_MEMBER_COMPANY_NOT_CONNECTED"; message?: string; };