Skip to content

Commit c1e7fff

Browse files
authored
fix(worker): Export WorkerStatus interface (#1184)
1 parent 36c4f5d commit c1e7fff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/worker/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export {
3737
defaultPayloadConverter,
3838
State,
3939
Worker,
40+
WorkerStatus,
4041
} from './worker';
4142
export {
4243
appendDefaultInterceptors,

0 commit comments

Comments
 (0)