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 2f2a5bb commit e3a80a6Copy full SHA for e3a80a6
src/interfaces/Client/IClientCrypto.ts
@@ -11,9 +11,9 @@ See the License for the specific language governing permissions and
11
limitations under the License.
12
*/
13
14
-import { Duplex } from "node:stream";
+import { Duplex } from "stream";
15
16
-import { type DecryptRequest, type EncryptRequest } from "../../types/crypto/Requests";
+import { DecryptRequest, EncryptRequest } from "../../types/crypto/Requests";
17
18
export default interface IClientCrypto {
19
encrypt(opts: EncryptRequest): Promise<Duplex>;
0 commit comments