UNPKG
ndut-extra
Version:
latest (0.7.2)
0.7.2
0.7.1
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
Extras for Ndut Framework
github.com/ardhi/ndut-extra
ardhi/ndut-extra
ndut-extra
/
ndutDb
/
feature
/
person-in-charge.js
22 lines
(21 loc)
•
318 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module.exports
=
{
properties:
{
picName:
{
type:
String
,
length:
50
,
index:
true
},
picRole:
{
type:
String
,
length:
50
},
picPhone:
{
type:
String
,
length:
50
},
picEmail:
{
type:
String
,
length:
50
} } }