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