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 7b475ae commit 83d4e8aCopy full SHA for 83d4e8a
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