From b97920bcbb515b906536efc56afdacd09ed8a442 Mon Sep 17 00:00:00 2001 From: Mel Bourgeois Date: Sat, 24 Feb 2024 20:50:03 -0600 Subject: [PATCH] add Doc as possible YMap value --- src/types/YMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/YMap.js b/src/types/YMap.js index 6374dfd7..60790bd2 100644 --- a/src/types/YMap.js +++ b/src/types/YMap.js @@ -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} MapValue + * @typedef {Json|AbstractType|Doc} MapValue */ /**