1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-06-19 15:34:16 +00:00

15 lines
247 B
JavaScript
Executable File

export default {
name: "Role",
collection: "roles",
schema: {
name: {
type: String,
},
description: {
type: String,
},
apply: {
type: Object,
}
}
}