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