Files
klz-cables.com/.pnpm-store/v10/files/19/90f3f706909981fb47a17a2b022b29f531915f54fd53d3dfa5853a7c377c40de41c8f207aa4e6871851c0d3c2abcd77731ca55264892416f1a6c52672878a2
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

7 lines
357 B
Plaintext

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