Files
klz-cables.com/.pnpm-store/v10/files/af/8ffad3df2d27244ef41905d3704822bf52ff4990140abec9b117022c3c490966aef5eccfffa747c3f1e0e331852213af7b6a9adfda44cc42a000b8dce67de6
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
248 B
Plaintext

import type { GlobalConfig } from '../globals/config/types.js';
import { APIError } from './APIError.js';
export declare class DuplicateGlobal extends APIError {
constructor(config: GlobalConfig);
}
//# sourceMappingURL=DuplicateGlobal.d.ts.map