Files
klz-cables.com/.pnpm-store/v10/files/5d/cbbd0f5d0d0bfd01e7df6625853cc9ec07c11aa547622ad8e382496447870d4d514662e07d009b836f6dfc6849df7240fbbc6691eb13176455926b6772fe7a
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

6 lines
192 B
Plaintext

import type { Payload } from '../types/index.js';
export declare const logError: ({ err, payload }: {
err: unknown;
payload: Payload;
}) => void;
//# sourceMappingURL=logError.d.ts.map