UNPKG
ts-access-control
Version:
latest (0.1.20)
0.1.20
0.1.19
0.1.18
0.1.1
0.0.1
Role Based Access Control
nicolaspearson/ts-access-control
ts-access-control
/
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
};