mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
15 lines
247 B
JavaScript
Executable File
15 lines
247 B
JavaScript
Executable File
export default {
|
|
name: "Role",
|
|
collection: "roles",
|
|
schema: {
|
|
name: {
|
|
type: String,
|
|
},
|
|
description: {
|
|
type: String,
|
|
},
|
|
apply: {
|
|
type: Object,
|
|
}
|
|
}
|
|
} |