| Name | Type | Description | Notes |
|---|---|---|---|
| _links | PaginatedLinks | [optional] [default to undefined] | |
| items | Array<AIConfig> | [default to undefined] | |
| totalCount | number | [default to undefined] |
import { AIConfigs } from 'launchdarkly-api-typescript';
const instance: AIConfigs = {
_links,
items,
totalCount,
};