kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
23 lines (15 loc) • 748 B
Markdown
# GetStructuredTargetsResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**structured_targets** | [**Array<StructuredTarget>**](StructuredTarget.md) | | [optional] [default to undefined]
**cursor** | **string** | Pagination cursor for the next page. Empty if there are no more results. | [optional] [default to undefined]
## Example
```typescript
import { GetStructuredTargetsResponse } from 'kalshi-typescript';
const instance: GetStructuredTargetsResponse = {
structured_targets,
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)