kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
25 lines (17 loc) • 682 B
Markdown
# LiveData
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** | Type of live data | [default to undefined]
**details** | **{ [key: string]: any; }** | Live data details as a flexible object | [default to undefined]
**milestone_id** | **string** | Milestone ID | [default to undefined]
## Example
```typescript
import { LiveData } from 'kalshi-typescript';
const instance: LiveData = {
type,
details,
milestone_id,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)