mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
8 lines
191 B
JavaScript
8 lines
191 B
JavaScript
export default {
|
|
name: "UserConfig",
|
|
collection: "user_config",
|
|
schema: {
|
|
user_id: { type: String, required: true },
|
|
values: { type: Object, default: {} },
|
|
}
|
|
} |