chatkitty
Version:
OpenAPI client for chatkitty
26 lines (18 loc) • 838 B
Markdown
The runtime this function executes on. Always a NodeJS runtime
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** | The type of this runtime. Always NODEJS | [default to undefined]
**id** | **number** | 64-bit integer identifier associated with this resource | [default to undefined]
**version** | **string** | The semantic version of this runtime | [default to undefined]
```typescript
import { ChatFunctionChatRuntimeProperties } from 'chatkitty';
const instance: ChatFunctionChatRuntimeProperties = {
type,
id,
version,
};
```
[[Back to Model list]](../README.md