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