Files
klz-cables.com/.pnpm-store/v10/files/00/7f17170f7336eab9b40335da77ced3d22cc6affa61f093faac55fbe54571dd25c06eb466f89a240750717f35eb09214dd35beadaf515c918dc3305b3217c75
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

8 lines
138 B
Plaintext

declare module "fast-copy" {
declare export default {
(object: T, options?: O): T,
strict<T>(object: T, options?: O): T
};
}