summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2022-01-22 09:12:18 +0530
committerGitHub <noreply@github.com>2022-01-22 09:12:18 +0530
commita96b294a8a421570f6b29b5df6fbeaf2d9658047 (patch)
treee9f28c4862f4a22be4f0fe8ca660dc5d8cd07522
parent56d0ca7f52d9bff7326bb2b9406ea1e0282a5fbe (diff)
fix(ext/crypto): duplicate RsaHashedImportParams types (#13466)
-rw-r--r--ext/crypto/lib.deno_crypto.d.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/crypto/lib.deno_crypto.d.ts b/ext/crypto/lib.deno_crypto.d.ts
index 4eace1c54..3ab6bda36 100644
--- a/ext/crypto/lib.deno_crypto.d.ts
+++ b/ext/crypto/lib.deno_crypto.d.ts
@@ -116,10 +116,6 @@ interface HmacImportParams extends Algorithm {
length?: number;
}
-interface RsaHashedImportParams extends Algorithm {
- hash: HashAlgorithmIdentifier;
-}
-
interface EcKeyAlgorithm extends KeyAlgorithm {
namedCurve: NamedCurve;
}