diff --git a/src/types/lib/index.ts b/src/types/lib/index.ts index 6da331abb..9e70002dc 100644 --- a/src/types/lib/index.ts +++ b/src/types/lib/index.ts @@ -190,10 +190,6 @@ export type Invocations = Array< export type Tupled = { element: any; type: string }; -export type Struct = { - type: 'struct'; - [k: string]: BigNumberish; -}; export type Args = { [inputName: string]: BigNumberish | BigNumberish[] | ParsedStruct | ParsedStruct[]; };