Files
klz-cables.com/.pnpm-store/v10/files/f0/2f7386b4901276bae63ad875b264b2c67ae8aec5db31d427c14121e61a4a79553cd815578c1f434b696a9155945a79dc50243ebecd9690e35f7a0961085a87
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
335 B
Plaintext

import type { CollectionConfig } from '../collections/config/types.js';
import type { Config } from '../config/types.js';
export declare const lockedDocumentsCollectionSlug = "payload-locked-documents";
export declare const getLockedDocumentsCollection: (config: Config) => CollectionConfig | null;
//# sourceMappingURL=config.d.ts.map