| Name | Type | Description | Notes |
|---|---|---|---|
| key | string | The ID of the maintainer member, or the key of the maintainer team | [default to undefined] |
| kind | string | The type of the maintainer | [default to undefined] |
| _member | ViewsMemberSummary | [optional] [default to undefined] | |
| _team | ViewsMemberTeamSummaryRep | [optional] [default to undefined] |
import { ExpandedFlagMaintainer } from 'launchdarkly-api-typescript';
const instance: ExpandedFlagMaintainer = {
key,
kind,
_member,
_team,
};