| Name | Type | Description | Notes |
|---|---|---|---|
| action | string | [default to undefined] | |
| reason | AnnouncementAccessDeniedReason | [default to undefined] |
import { AnnouncementAccessDenied } from 'launchdarkly-api-typescript';
const instance: AnnouncementAccessDenied = {
action,
reason,
};