| Name | Type | Description | Notes |
|---|---|---|---|
| _links | { [key: string]: Link; } | The location and content type of related resources | [default to undefined] |
| items | Array<Client> | List of client objects | [default to undefined] |
import { ClientCollection } from 'launchdarkly-api-typescript';
const instance: ClientCollection = {
_links,
items,
};