UNPKG
skysync-cli
Version:
latest (5.9.11)
5.9.11
5.3.2
5.2.0
4.23.0
4.21.0
4.20.0
4.19.0
4.18.0
4.17.0
4.16.0
4.15.0
4.14.0
4.13.1
4.13.0
4.12.0
4.11.0
4.10.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.0
0.2.0
0.1.2
0.1.1
0.1.0
SkySync Command Line Interface
www.skysync.com
portalarchitects/skysync-cli
skysync-cli
/
dist
/
types
/
sdk
/
models
/
roles.d.ts
7 lines
(6 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
IEntityIdentifier
}
from
'./base'
;
import
{
Permission
}
from
'./permissions'
;
export
interface
Role
extends
IEntityIdentifier
<
string
> {
name
?:
string
;
permissions
?:
Permission
[]; }