We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77e8d4 commit 597b7baCopy full SHA for 597b7ba
packages/core/src/v3/lifecycleHooks/types.ts
@@ -1,4 +1,5 @@
1
-import { TaskRunContext } from "../schemas/index.js";
+import { RetryOptions, TaskRunContext } from "../schemas/index.js";
2
+import { HandleErrorResult } from "../types/index.js";
3
4
export type TaskInitHookParams<TPayload = unknown> = {
5
ctx: TaskRunContext;
0 commit comments