Files
klz-cables.com/.pnpm-store/v10/files/92/e8715b1d7685b6207b37fc8c19c6f3325d7f6d2590be446744155515380c2b6260d1ea154475ab49628285f6edfe2ecff7e7df1e2573efab6896315dded3a4
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
172 B
Plaintext

declare function getFormatsCachedImpl(): Promise<import("use-intl").Formats | undefined>;
declare const getFormats: typeof getFormatsCachedImpl;
export default getFormats;