Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 730 Bytes

File metadata and controls

26 lines (19 loc) · 730 Bytes

MilestoneCreate

Properties

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]

Example

import { MilestoneCreate } from 'qase-api-client';

const instance: MilestoneCreate = {
    title,
    description,
    status,
    due_date,
};

[Back to Model list] [Back to API list] [Back to README]