Files
klz-cables.com/.pnpm-store/v10/files/e9/2a55251bdd6e56c7ab7b91e8445d94c40d84be7c9a0ac98bf08a7b43612d9de895b52ea65ca616f636ac566433c48bae1fdd0a59534088bb7f245ef8c6e268
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

4 lines
209 B
Plaintext

import type { GetRequestConfigParams, RequestConfig } from './getRequestConfig.js';
declare const _default: (params: GetRequestConfigParams) => RequestConfig | Promise<RequestConfig>;
export default _default;