Skip to content

Commit e3a80a6

Browse files
committed
Fixed TS tests
1 parent 2f2a5bb commit e3a80a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/Client/IClientCrypto.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ See the License for the specific language governing permissions and
1111
limitations under the License.
1212
*/
1313

14-
import { Duplex } from "node:stream";
14+
import { Duplex } from "stream";
1515

16-
import { type DecryptRequest, type EncryptRequest } from "../../types/crypto/Requests";
16+
import { DecryptRequest, EncryptRequest } from "../../types/crypto/Requests";
1717

1818
export default interface IClientCrypto {
1919
encrypt(opts: EncryptRequest): Promise<Duplex>;

0 commit comments

Comments
 (0)