We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724352b commit 581a083Copy full SHA for 581a083
src/references/dataProtector/getting-started.md
@@ -88,10 +88,7 @@ without a Web3 provider.
88
::: code-group
89
90
```ts twoslash [Singleton Modules]
91
-import {
92
- IExecDataProtectorSharing,
93
- IExecDataProtectorCore,
94
-} from '@iexec/dataprotector';
+import { IExecDataProtectorCore } from '@iexec/dataprotector';
95
96
// Instantiate only the Core module for read-only core methods
97
const dataProtectorCore = new IExecDataProtectorCore();
0 commit comments