From 5ee8c5e4e9c554f3df11dbada7bb31bdf6ad3f99 Mon Sep 17 00:00:00 2001 From: poocart <7067483+poocart@users.noreply.github.com> Date: Sun, 1 Oct 2023 16:09:39 +0300 Subject: [PATCH] type chore --- src/types/EtherspotTransactionKit.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/types/EtherspotTransactionKit.ts b/src/types/EtherspotTransactionKit.ts index bd5a2ec..ff38566 100644 --- a/src/types/EtherspotTransactionKit.ts +++ b/src/types/EtherspotTransactionKit.ts @@ -44,8 +44,7 @@ export type SentBatch = { errorMessage?: string; } & (EtherspotSentBatch | EtherspotPrimeSentBatch); -export type IBatches = IDefaultBatches - | IDefaultBatches<'etherspot'> +export type IBatches = IDefaultBatches | (IDefaultBatches<'etherspot-prime'> & IEtherspotPrimeBatchesExtra); interface IDefaultBatches {