diff --git a/ext/crypto/lib.deno_crypto.d.ts b/ext/crypto/lib.deno_crypto.d.ts index 4eace1c54c..3ab6bda360 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; }