Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGorilla authored Jul 7, 2022
2 parents 0da2de1 + f09ddab commit 20039a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ 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 20039a5

Please sign in to comment.