| Name | Type | Description | Notes |
|---|---|---|---|
| key | string | The key of the custom role | [optional] [default to undefined] |
| name | string | The name of the custom role | [optional] [default to undefined] |
| projects | TeamProjects | [optional] [default to undefined] | |
| appliedOn | number | [optional] [default to undefined] |
import { TeamCustomRole } from 'launchdarkly-api-typescript';
const instance: TeamCustomRole = {
key,
name,
projects,
appliedOn,
};