# Milestone

Milestone milestone is a collection of issues on one repository

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**closed_at** | **string** |  | [optional] [default to undefined]
**closed_issues** | **number** |  | [optional] [default to undefined]
**created_at** | **string** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**due_on** | **string** |  | [optional] [default to undefined]
**id** | **number** |  | [optional] [default to undefined]
**open_issues** | **number** |  | [optional] [default to undefined]
**state** | **string** | StateType issue state type | [optional] [default to undefined]
**title** | **string** |  | [optional] [default to undefined]
**updated_at** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { Milestone } from 'berg';

const instance: Milestone = {
    closed_at,
    closed_issues,
    created_at,
    description,
    due_on,
    id,
    open_issues,
    state,
    title,
    updated_at,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
