/** 파트너 계약 요약 정보 */ export type PlatformPartnerContractSummary = { /** 계약 고유 아이디 */ id: string; /** 계약 이름 */ name: string; };