/** 파트너 담당자 업데이트를 위한 정보 */ export type UpdatePlatformPartnerBodyContact = { /** 담당자 이름 */ name?: string; /** 담당자 휴대폰 번호 */ phoneNumber?: string; /** 담당자 이메일 */ email?: string; };