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

7 lines
268 B
Plaintext

interface LinkedErrorsOptions {
key?: string;
limit?: number;
}
export declare const linkedErrorsIntegration: (options?: LinkedErrorsOptions | undefined) => import("../types-hoist/integration").Integration;
export {};
//# sourceMappingURL=linkederrors.d.ts.map