From ccfba1dedef1b20234873fed7a73af202a930349 Mon Sep 17 00:00:00 2001 From: Valerius Mattfeld Date: Sun, 21 Nov 2021 16:22:58 +0100 Subject: [PATCH] Add identity attribute type to OrbitDB class --- OrbitDB.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/OrbitDB.d.ts b/OrbitDB.d.ts index dbc96da..acce69c 100644 --- a/OrbitDB.d.ts +++ b/OrbitDB.d.ts @@ -18,6 +18,7 @@ declare module 'orbit-db' { _ipfs: IPFS; id: string; + identity: Identity; stores: any; directory: string; keystore: Keystore;