Files
klz-cables.com/.pnpm-store/v10/files/c8/cfefbbe8c8ecfa27aaf9e29644859a0ca583c3dc6aa16601b52a901cbef9d3489cd8d41d28f0be66b0fbeb49cc5d3889a9a7b9834de7ef4e6033cb993d1ff1
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
315 B
Plaintext

import type { CollectionConfig } from '../collections/config/types.js';
import type { Config } from '../config/types.js';
export declare const preferencesCollectionSlug = "payload-preferences";
export declare const getPreferencesCollection: (config: Config) => CollectionConfig;
//# sourceMappingURL=config.d.ts.map