/** 파트너 사업자 검증 아이디를 이미 사용한 경우 */ export type PlatformCompanyVerificationAlreadyUsedError = { type: "PLATFORM_COMPANY_VERIFICATION_ALREADY_USED"; message?: string; };