kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
23 lines (15 loc) • 655 B
Markdown
# GetMilestonesResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**milestones** | [**Array<Milestone>**](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)