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