A RBAC by component
| Name | Type | Description | Notes |
|---|---|---|---|
| component | string | [default to undefined] | |
| roles | { [key: string]: Array<string>; } | [default to undefined] |
import { ComponentRolePermissions } from '@cosmotech/api-ts';
const instance: ComponentRolePermissions = {
component,
roles,
};