aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typescript-typings/types/json-rpc-error/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/typescript-typings/types/json-rpc-error/index.d.ts')
-rw-r--r--packages/typescript-typings/types/json-rpc-error/index.d.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/typescript-typings/types/json-rpc-error/index.d.ts b/packages/typescript-typings/types/json-rpc-error/index.d.ts
deleted file mode 100644
index dfaf92167..000000000
--- a/packages/typescript-typings/types/json-rpc-error/index.d.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-declare module 'json-rpc-error' {
- export class InternalError extends Error {
- constructor(err: Error | string);
- }
- export class MethodNotFound extends Error {
- constructor();
- }
-}