Type Alias OnExecutionAttempt<TParameters, TContext>

OnExecutionAttempt: Invokable<
    [data: OnExecutionAttemptData<TParameters, TContext>],
>

IMPORT_PATH: "@daiso-tech/core/async"

Type Parameters