mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
14 lines
218 B
JavaScript
14 lines
218 B
JavaScript
export default {
|
|
username: {
|
|
type: String,
|
|
required: true,
|
|
},
|
|
user_id: {
|
|
type: String,
|
|
required: true,
|
|
},
|
|
key: {
|
|
type: String,
|
|
required: true,
|
|
}
|
|
} |