cberg
Version:
Node.js Client for the Codeberg API
28 lines (20 loc) • 774 B
Markdown
# EditMilestoneOption
EditMilestoneOption options for editing a milestone
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **string** | | [optional] [default to undefined]
**due_on** | **string** | | [optional] [default to undefined]
**state** | **string** | | [optional] [default to undefined]
**title** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { EditMilestoneOption } from 'berg';
const instance: EditMilestoneOption = {
description,
due_on,
state,
title,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)