Files
klz-cables.com/.pnpm-store/v10/files/0f/caf0cfb6976c9fb364ee2af24b92eda2ac10b61222be3433d8d7d266bd242b90f6ef945a77c146db87e6f6f5433c8e1ab77808312f98094b9b40f318db5e99
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

5 lines
189 B
Plaintext

import { APIError } from './APIError.js';
export declare class InvalidConfiguration extends APIError {
constructor(message: string);
}
//# sourceMappingURL=InvalidConfiguration.d.ts.map