/**
* @module flitter-auth/deploy/models/Role
*/
* This model stores the role data from Flitter-auth.
*
module.exports = exports = {
schema: {
name: String,
permissions: [String],
data: String,
},
}