8 lines
150 B
TypeScript
8 lines
150 B
TypeScript
module.exports = {
|
|
'onChat': {
|
|
'required string msg': 1,
|
|
'required string from': 2,
|
|
'required string target': 3
|
|
},
|
|
};
|