mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-24 22:17:07 +08:00
13 lines
185 B
JavaScript
13 lines
185 B
JavaScript
var Model = require('../../model');
|
|
|
|
module.exports = Model.spawn({
|
|
|
|
collection: 'invites',
|
|
plugin: 'apps',
|
|
|
|
description: {
|
|
secret: 'string',
|
|
left: 'number'
|
|
}
|
|
|
|
}); |