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