kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
21 lines (13 loc) • 570 B
Markdown
# GetUserDataTimestampResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**as_of_time** | **string** | Timestamp when user data was last updated. | [default to undefined]
## Example
```typescript
import { GetUserDataTimestampResponse } from 'kalshi-typescript';
const instance: GetUserDataTimestampResponse = {
as_of_time,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)