This commit is contained in:
Daniel Lugo 2020-02-04 16:56:23 -04:00
parent 092dc71b91
commit d47aa691ba

View file

@ -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
*/