typings
This commit is contained in:
parent
092dc71b91
commit
d47aa691ba
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ const Utils = require('../utils')
|
|||
|
||||
/**
|
||||
* @typedef {import('../schema').ChatMessage} Message
|
||||
* @typedef {Record<string, Message[]|null>} Incomings
|
||||
* @typedef {Record<string, Message[]|null|undefined>} Incomings
|
||||
* @typedef {(incomings: Incomings) => void} IncomingsListener
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue