Type AliasReschedulePlatformContractBody

ReschedulePlatformContractBody: {
    update: UpdatePlatformContractBody;
    appliedAt: string;
}

계약 예약 업데이트 재설정을 위한 입력 정보

Type declaration