UNPKG

@kurbar/access-control

Version:

Role, Attribute and Condition based Access Control for Node.js

9 lines (8 loc) 148 B
export interface IRole { id: string; grants: { resource: string; action: string[]; attributes: string[]; }[]; }