| Name | Type | Description | Notes |
|---|---|---|---|
| _links | { [key: string]: Link; } | A link to this resource. | [default to undefined] |
| items | Array<Project> | List of projects. | [default to undefined] |
| totalCount | number | [optional] [default to undefined] |
import { Projects } from 'launchdarkly-api-typescript';
const instance: Projects = {
_links,
items,
totalCount,
};