import type { PlatformPartner } from "./../../platform/PlatformPartner.js"; /** 파트너 복원 성공 응답 */ export type RecoverPlatformPartnerResponse = { /** 복원된 파트너 */ partner: PlatformPartner; };