| Name | Type | Description | Notes |
|---|---|---|---|
| title | string | [optional] [default to undefined] | |
| description | string | [optional] [default to undefined] | |
| status | string | [optional] [default to undefined] |
import { MilestoneUpdate } from 'qase-api-client';
const instance: MilestoneUpdate = {
title,
description,
status,
};