Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 663 Bytes

File metadata and controls

23 lines (16 loc) · 663 Bytes

AIConfigDependency

A resource that depends on this AI Config

Properties

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]

Example

import { AIConfigDependency } from 'launchdarkly-api-typescript';

const instance: AIConfigDependency = {
    type,
    key,
};

[Back to Model list] [Back to API list] [Back to README]