Type Alias OnRetryAttemptData<TParameters, TContext>

OnRetryAttemptData: { args: TParameters; attempt: number; context: TContext }

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

Type Parameters