kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
21 lines (13 loc) • 622 B
Markdown
# GetExchangeAnnouncementsResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**announcements** | [**Array<Announcement>**](Announcement.md) | A list of exchange-wide announcements. | [default to undefined]
## Example
```typescript
import { GetExchangeAnnouncementsResponse } from 'kalshi-typescript';
const instance: GetExchangeAnnouncementsResponse = {
announcements,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)