| Name | Type | Description | Notes |
|---|---|---|---|
| _id | string | [default to undefined] | |
| string | [default to undefined] | ||
| firstName | string | [optional] [default to undefined] | |
| lastName | string | [optional] [default to undefined] | |
| role | string | [default to undefined] |
import { MaintainerMember } from 'launchdarkly-api-typescript';
const instance: MaintainerMember = {
_id,
email,
firstName,
lastName,
role,
};