| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<MemberImportItem> | An array of details about the members requested to be added to this team | [optional] [default to undefined] |
import { TeamImportsRep } from 'launchdarkly-api-typescript';
const instance: TeamImportsRep = {
items,
};