UNPKG

kalshi-typescript

Version:
21 lines (13 loc) 686 B
# GetMultivariateEventCollectionLookupHistoryResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **lookup_points** | [**Array<LookupPoint>**](LookupPoint.md) | List of recent lookup points in the collection. | [default to undefined] ## Example ```typescript import { GetMultivariateEventCollectionLookupHistoryResponse } from 'kalshi-typescript'; const instance: GetMultivariateEventCollectionLookupHistoryResponse = { lookup_points, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)