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