| Name | Type | Description | Notes |
|---|---|---|---|
| totalCount | number | The number of maintainers of the team | [optional] [default to undefined] |
| items | Array<MemberSummary> | Details on the members that have been assigned as maintainers of the team | [optional] [default to undefined] |
| _links | { [key: string]: Link; } | The location and content type of related resources | [optional] [default to undefined] |
import { TeamMaintainers } from 'launchdarkly-api-typescript';
const instance: TeamMaintainers = {
totalCount,
items,
_links,
};