make ppppp-dict optional

This commit is contained in:
Andre Staltz 2024-01-09 11:07:10 +02:00
parent e82e369506
commit c7fc2554df
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 1 additions and 1 deletions

View File

@ -15,9 +15,9 @@ const MsgV4 = require('ppppp-db/msg-v4')
* db: PPPPPDB, * db: PPPPPDB,
* goals: PPPPPGoal, * goals: PPPPPGoal,
* set: PPPPPSet, * set: PPPPPSet,
* dict: PPPPPDict,
* sync: PPPPPSync, * sync: PPPPPSync,
* gc: PPPPPGC, * gc: PPPPPGC,
* dict: PPPPPDict | null,
* }} Peer * }} Peer
*/ */