Files
klz-cables.com/.pnpm-store/v10/files/95/b5c4b94048576182d07dffa83e6c2fadf8d54f2462cb24502431ac80cc79dbfd8df9128457d6703aa2d8f8d47342f5161e6f8dbca7861db21a709bc98f11b2
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
190 B
Plaintext

/**
* Just an Error object with arbitrary attributes attached to it.
*/
export interface ExtendedError extends Error {
[key: string]: any;
}
//# sourceMappingURL=error.d.ts.map