Files
klz-cables.com/.pnpm-store/v10/files/2e/743d588d326ce289ac6c48e42a11f2b38ae02b904dd52630b2f870b4e50be6e53abba2075d59713027328b6aefe82bdd9e3121e36d5cc7556fc79f4da764f2
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

12 lines
586 B
Plaintext

import type { SanitizedCollectionConfig } from '../../collections/config/types.js';
import type { SanitizedConfig } from '../../config/types.js';
import type { AddToImportMap, Imports, InternalImportMap } from './index.js';
export declare function iterateCollections({ addToImportMap, baseDir, collections, config, importMap, imports, }: {
addToImportMap: AddToImportMap;
baseDir: string;
collections: SanitizedCollectionConfig[];
config: SanitizedConfig;
importMap: InternalImportMap;
imports: Imports;
}): void;
//# sourceMappingURL=iterateCollections.d.ts.map