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