summaryrefslogtreecommitdiff
path: root/cli/dts/lib.es2022.error.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/dts/lib.es2022.error.d.ts')
-rw-r--r--cli/dts/lib.es2022.error.d.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/dts/lib.es2022.error.d.ts b/cli/dts/lib.es2022.error.d.ts
index d97525dcc..4b16e0912 100644
--- a/cli/dts/lib.es2022.error.d.ts
+++ b/cli/dts/lib.es2022.error.d.ts
@@ -19,11 +19,11 @@ and limitations under the License.
interface ErrorOptions {
- cause?: Error;
+ cause?: unknown;
}
interface Error {
- cause?: Error;
+ cause?: unknown;
}
interface ErrorConstructor {