# GetSeriesResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**series** | [**Series**](Series.md) |  | [default to undefined]

## Example

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

const instance: GetSeriesResponse = {
    series,
};
```

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