mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-14 04:54:16 +00:00
4 lines
107 B
JavaScript
4 lines
107 B
JavaScript
export default {
|
|
user_id: { type: String, required: true },
|
|
to: { type: String, required: true },
|
|
} |