Skip to content

Commit

Permalink
type chore
Browse files Browse the repository at this point in the history
  • Loading branch information
poocart committed Oct 1, 2023
1 parent 00b8ce7 commit 5ee8c5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/types/EtherspotTransactionKit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ export type SentBatch = {
errorMessage?: string;
} & (EtherspotSentBatch | EtherspotPrimeSentBatch);

export type IBatches = IDefaultBatches<undefined>
| IDefaultBatches<'etherspot'>
export type IBatches = IDefaultBatches<undefined | 'etherspot'>
| (IDefaultBatches<'etherspot-prime'> & IEtherspotPrimeBatchesExtra);

interface IDefaultBatches<T extends IBatchesWalletType | undefined> {
Expand Down

0 comments on commit 5ee8c5e

Please sign in to comment.