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 6170b3d commit 494b659Copy full SHA for 494b659
packages/trigger-sdk/src/v3/hooks.ts
@@ -42,8 +42,8 @@ export function onStart(
42
});
43
}
44
45
-export function onStartAttempt(name: string, fn: AnyOnStartHookFunction): void;
46
-export function onStartAttempt(fn: AnyOnStartHookFunction): void;
+export function onStartAttempt(name: string, fn: AnyOnStartAttemptHookFunction): void;
+export function onStartAttempt(fn: AnyOnStartAttemptHookFunction): void;
47
export function onStartAttempt(
48
fnOrName: string | AnyOnStartAttemptHookFunction,
49
fn?: AnyOnStartAttemptHookFunction
0 commit comments