A resource that depends on this AI Config
| Name | Type | Description | Notes |
|---|---|---|---|
| type | string | The type of the dependent resource | [default to undefined] |
| key | string | The key of the dependent resource | [default to undefined] |
import { AIConfigDependency } from 'launchdarkly-api-typescript';
const instance: AIConfigDependency = {
type,
key,
};