/** 파트너 계좌 인증이 실패한 경우 */ export type PlatformAccountVerificationFailedError = { type: "PLATFORM_ACCOUNT_VERIFICATION_FAILED"; message?: string; };