Skip to content

Commit f68492a

Browse files
committed
Gen types
1 parent 0d2e0e4 commit f68492a

File tree

21 files changed

+1135
-1649
lines changed

21 files changed

+1135
-1649
lines changed

packages/target-ethers-v5-test/types/common.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,3 @@ export type GetContractTypeFromFactory<F> = F extends MinEthersFactory<
4242
export type GetARGsTypeFromFactory<F> = F extends MinEthersFactory<any, any>
4343
? Parameters<F["deploy"]>
4444
: never;
45-
46-
export type PromiseOrValue<T> = T | Promise<T>;

0 commit comments

Comments
 (0)