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
/
core
/
IQueryInfo.d.ts
8 lines
(7 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
interface
IQueryInfo
{
role
?:
string
|
string
[];
resource
?:
string
;
action
?:
string
;
possession
?:
string
; }
export
{
IQueryInfo
};