# GetMilestonesResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**milestones** | [**Array&lt;Milestone&gt;**](Milestone.md) | List of milestones. | [default to undefined]
**cursor** | **string** | Cursor for pagination. | [optional] [default to undefined]

## Example

```typescript
import { GetMilestonesResponse } from 'kalshi-typescript';

const instance: GetMilestonesResponse = {
    milestones,
    cursor,
};
```

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