Skip to content

Commit 7038abd

Browse files
committed
adding imports
1 parent 69222c7 commit 7038abd

File tree

1 file changed

+2
-1
lines changed
  • packages/core/src/v3/lifecycleHooks

1 file changed

+2
-1
lines changed

packages/core/src/v3/lifecycleHooks/types.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { TaskRunContext } from "../schemas/index.js";
1+
import { RetryOptions, TaskRunContext } from "../schemas/index.js";
2+
import { HandleErrorResult } from "../types/index.js";
23

34
export type TaskInitHookParams<TPayload = unknown> = {
45
ctx: TaskRunContext;

0 commit comments

Comments
 (0)