add Doc as possible YMap value

This commit is contained in:
Mel Bourgeois 2024-02-24 20:50:03 -06:00
parent 4f49c581aa
commit b97920bcbb
No known key found for this signature in database
GPG Key ID: 290FCF081AEDB3EC

View File

@ -40,7 +40,7 @@ import * as iterator from 'lib0/iterator'
* @typedef {boolean|null|string|number|Uint8Array|JsonArray|JsonObject} Json
* @typedef {Json[]} JsonArray
* @typedef {{ [key: string]: Json }} JsonObject
* @typedef {Json|AbstractType<any>} MapValue
* @typedef {Json|AbstractType<any>|Doc} MapValue
*/
/**