Files
backstage/plugins/permission-node
Mike Lewis 4083fcdb5e authz: fix PermissionCondition type parameter
`unknown` doesn't satisfy the (recently added) `extends unknown[]`
constraint. In these two cases, we can remove the parameter entirely and
rely instead on the default of `unknown[]`.

Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
2021-11-22 15:37:33 +00:00
..

@backstage/plugin-permission-node

NOTE: THIS PACKAGE IS EXPERIMENTAL, HERE BE DRAGONS

Common permission and authorization utilities for backend plugins. For more information, see the authorization PRFC.