Skip to content

Commit

Permalink
fix: duplicated type (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGorilla authored Jul 7, 2022
1 parent 20039a5 commit 823b0ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ export interface SetVariablesType {
[variablesName: string]: any;
}

export interface SetVariablesType {
[variablesName: string]: any;
}

export type WhenCalledWithChain = {
returns: (value?: ProgrammedReturnValue) => void;
reverts: (reason?: string) => void;
Expand Down

0 comments on commit 823b0ea

Please sign in to comment.