cberg
Version:
Node.js Client for the Codeberg API
28 lines (20 loc) • 783 B
Markdown
# CreateMilestoneOption
CreateMilestoneOption options for creating 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 { CreateMilestoneOption } from 'berg';
const instance: CreateMilestoneOption = {
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)