Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 648 Bytes

File metadata and controls

24 lines (17 loc) · 648 Bytes

MilestoneUpdate

Properties

Name Type Description Notes
title string [optional] [default to undefined]
description string [optional] [default to undefined]
status string [optional] [default to undefined]

Example

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

const instance: MilestoneUpdate = {
    title,
    description,
    status,
};

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