aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/ethers-typescript-typings/index.d.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/ethers-typescript-typings/index.d.ts b/packages/ethers-typescript-typings/index.d.ts
index f4f99b890..e5d38819e 100644
--- a/packages/ethers-typescript-typings/index.d.ts
+++ b/packages/ethers-typescript-typings/index.d.ts
@@ -19,7 +19,6 @@ declare module 'ethers-contracts' {
signature: string;
topic: string;
}
- // tslint:disable-next-line:max-classes-per-file
export class Interface {
public functions: { [functionName: string]: FunctionDescription };
public events: { [eventName: string]: EventDescription };