| Name | Type | Description | Notes |
|---|---|---|---|
| projects | Array<Link> | The location and content type of all projects that have code references | [optional] [default to undefined] |
| self | Link | [optional] [default to undefined] |
import { StatisticsRoot } from 'launchdarkly-api-typescript';
const instance: StatisticsRoot = {
projects,
self,
};