const _User = { "className": "_User", "fields": { "avatar": { "type": "String" }, "name": { "type": "String" }, "mobile": { "type": "String" }, } } module.exports._User = _User