Skip to content

Commit

Permalink
fix: export TaskState
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-pingin committed Dec 6, 2023
1 parent 37218f7 commit 15fb3a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
CallWithSyncFeeConcurrentERC2771Request,
CallWithConcurrentERC2771Request,
} from "./lib/erc2771/types";
import { TransactionStatusResponse } from "./lib/status/types";
import { TransactionStatusResponse, TaskState } from "./lib/status/types";
import {
BaseCallWithSyncFeeParams,
Config,
Expand Down Expand Up @@ -47,6 +47,7 @@ export {
CallWithConcurrentERC2771Request,
Config,
SignerOrProvider,
TaskState,
};

export class GelatoRelay {
Expand Down

0 comments on commit 15fb3a6

Please sign in to comment.