| Name | Type | Description | Notes |
|---|---|---|---|
| denied | Array<AccessDenied> | [default to undefined] | |
| allowed | Array<AccessAllowedRep> | [default to undefined] |
import { Access } from 'launchdarkly-api-typescript';
const instance: Access = {
denied,
allowed,
};| Name | Type | Description | Notes |
|---|---|---|---|
| denied | Array<AccessDenied> | [default to undefined] | |
| allowed | Array<AccessAllowedRep> | [default to undefined] |
import { Access } from 'launchdarkly-api-typescript';
const instance: Access = {
denied,
allowed,
};