| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | [default to undefined] | |
| kind | string | [default to undefined] | |
| maintainerMember | ViewsMaintainerMember | [optional] [default to undefined] | |
| maintainerTeam | ViewsMaintainerTeam | [optional] [default to undefined] |
import { Maintainer } from 'launchdarkly-api-typescript';
const instance: Maintainer = {
id,
kind,
maintainerMember,
maintainerTeam,
};