Skip to content

Commit

Permalink
feat(step): added resume status
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Pautov committed Nov 8, 2021
1 parent f65332a commit 71bff07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifinance/types",
"version": "0.2.0",
"version": "0.3.0",
"description": "Types for lifi projects",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/step.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export type Status =
| 'PENDING'
| 'FAILED'
| 'DONE'
| 'RESUME'

type AcceptableMessages = string | any
export type ProcessMessage =
Expand Down

0 comments on commit 71bff07

Please sign in to comment.