Files
klz-cables.com/.pnpm-store/v10/files/3d/17b3de72ffce558f43717003c5a239dc3020809a8efd978fd9d5f847966812b09e196864d4c61181e158479ee5b19ea94091b42d99818b73193e6a28bd4933
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

9 lines
233 B
Plaintext

import Dispatcher from './dispatcher'
import RetryHandler from './retry-handler'
export default RetryAgent
declare class RetryAgent extends Dispatcher {
constructor (dispatcher: Dispatcher, options?: RetryHandler.RetryOptions)
}