# ChatRuntimeDependencyProperties

The NPM dependencies version of this runtime

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**default_dependency** | **boolean** | True if this NPM package is automatically installed by ChatKitty and available by default in your chat functions | [default to undefined]
**name** | **string** | The name of the dependency NPM package | [default to undefined]
**version** | **string** | The version of the NPM package | [default to undefined]

## Example

```typescript
import { ChatRuntimeDependencyProperties } from 'chatkitty';

const instance: ChatRuntimeDependencyProperties = {
    default_dependency,
    name,
    version,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
