chatkitty
Version:
OpenAPI client for chatkitty
21 lines (13 loc) • 556 B
Markdown
# ChatRuntimeScriptProperties
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**script** | **string** | The JavaScript/TypeScript source of this script | [default to undefined]
## Example
```typescript
import { ChatRuntimeScriptProperties } from 'chatkitty';
const instance: ChatRuntimeScriptProperties = {
script,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)