| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<LayerRep> | The layers in the project | [default to undefined] |
| totalCount | number | The total number of layers in the project | [default to undefined] |
| _links | { [key: string]: Link; } | The location and content type of related resources | [default to undefined] |
import { LayerCollectionRep } from 'launchdarkly-api-typescript';
const instance: LayerCollectionRep = {
items,
totalCount,
_links,
};