Files
klz-cables.com/.pnpm-store/v10/files/3b/f00de2b659da14ceee380779967ec24f4a12c311524d33f4401961956e906ecc8b96b1e9a265f5aeaad0137146667cc6b1611e5fb8bb9beea6b48e3fa0101d
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
204 B
Plaintext

//#region src/utils/format-fields.d.ts
declare const formatFields: (fields: (string | Record<string, any>)[]) => string[];
//#endregion
export { formatFields };
//# sourceMappingURL=format-fields.d.ts.map