UNPKG
@minddoc/accesscontrol
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.2
Role and Attribute based Access Control
github.com/minddocdev/accesscontrol
minddocdev/accesscontrol
@minddoc/accesscontrol
/
lib
/
src
/
interfaces
/
IAccessInfo.d.ts
9 lines
(8 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
IAccessInfo
{
role
?:
string
|
string
[];
resource
?:
string
|
string
[];
attributes
?:
string
|
string
[];
action
?:
string
;
possession
?:
string
;
denied
?:
boolean
; }