Files
klz-cables.com/.pnpm-store/v10/files/36/2606d5d32f9d8d6354fa074b20323773c91883a797063d5c3eff6defa7ea8b0b005cf92333c6649520dac4aebc5de2184b12d59b0ed828c04f0015593b62e3
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
273 B
Plaintext

import type { SanitizedCompoundIndex } from '../collections/config/types.js';
export declare const buildVersionCompoundIndexes: ({ indexes, }: {
indexes: SanitizedCompoundIndex[];
}) => SanitizedCompoundIndex[];
//# sourceMappingURL=buildVersionCompoundIndexes.d.ts.map