# GetExchangeAnnouncementsResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**announcements** | [**Array&lt;Announcement&gt;**](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)
