Skip to content

Commit

Permalink
fix: removed status type
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhikumar98 committed Jun 23, 2023
1 parent 189a375 commit 4055ae4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/step.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export type Status =
| 'DONE'
| 'RESUME'
| 'CANCELLED'
| "SAFE_SIGNING_PENDING"

export type ProcessType =
| 'TOKEN_ALLOWANCE'
Expand All @@ -86,7 +85,7 @@ export interface Process {
message?: string
txHash?: string
txLink?: string
multiSigInternalTxHash?: string
multisigInternalTxHash?: string;
error?: {
code: string | number
message: string
Expand Down

0 comments on commit 4055ae4

Please sign in to comment.