| Name | Type | Description | Notes |
|---|---|---|---|
| totalCount | number | [optional] [default to undefined] | |
| items | Array<ProjectSummary> | Details on each project where team members have write privileges on at least one resource type (e.g. flags) | [optional] [default to undefined] |
import { TeamProjects } from 'launchdarkly-api-typescript';
const instance: TeamProjects = {
totalCount,
items,
};