UNPKG
useasdemo
Version:
latest (1.0.0-rc.0)
1.0.0-rc.0
Schematics specific to ecip
ecip.com
ecip/ecip
useasdemo
/
application
/
schema.d.ts
11 lines
(10 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
Schema
{
project
?:
any
;
app
?:
boolean
;
system
?:
boolean
;
auth
?:
boolean
;
permission
?:
boolean
;
user
?:
boolean
;
log
?:
boolean
;
job
?:
boolean
; }