Type Alias RetryCallbacks<TParameters, TContext>

RetryCallbacks: {
    onExecutionAttempt?: OnRetryAttempt<TParameters, TContext>;
    onRetryDelay?: OnRetryDelay<TParameters, TContext>;
}

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

Type Parameters

Type declaration

MMNEPVFCICPMFPCPTTAAATR