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