kaiwa/clientapp/models/contactRequest.js

13 lines
199 B
JavaScript

/*global app, me*/
"use strict";
var HumanModel = require('human-model');
module.exports = HumanModel.define({
type: 'contactRequest',
props: {
jid: ['string', true, '']
}
});