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;