Skip to content

Commit 1036eab

Browse files
authored
Add typescript defs for new field (#785)
1 parent def82f1 commit 1036eab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,6 +1240,7 @@ export interface CreateInvocation {
12401240
hash: string;
12411241
address: string;
12421242
salt: string;
1243+
constructorArgs?: any[];
12431244
};
12441245
}
12451246

0 commit comments

Comments
 (0)