UNPKG

kalshi-typescript

Version:
21 lines (13 loc) 518 B
# CreateQuoteResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | The ID of the newly created quote | [default to undefined] ## Example ```typescript import { CreateQuoteResponse } from 'kalshi-typescript'; const instance: CreateQuoteResponse = { id, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)