mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-14 04:54:16 +00:00
4 lines
106 B
JavaScript
Executable File
4 lines
106 B
JavaScript
Executable File
export default {
|
|
key: { type: String, required: true },
|
|
value: { type: Object, required: true },
|
|
} |