mirror of
https://github.com/wahyd4/sohub.git
synced 2026-08-12 06:26:01 +10:00
13 lines
216 B
JavaScript
13 lines
216 B
JavaScript
module.exports = {
|
|
|
|
attributes: {
|
|
|
|
content: 'STRING',
|
|
createTime: 'FLOAT',
|
|
toUser: 'STRING',
|
|
fromUser: 'STRING',
|
|
messageType: 'STRING',
|
|
messageId: 'FLOAT'
|
|
}
|
|
|
|
}; |