Files
klz-cables.com/.pnpm-store/v10/files/86/471a5fa0732975d38f3be2d1cc10647ffdce86fff20d87a2770754e9e896b50996acfcfa577ecd785c9c4120a33bde9f0ae656246749e8f11e8b5853db3f73
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

9 lines
351 B
Plaintext

import type { SanitizedCollectionConfig } from 'payload';
export type DefaultListViewProps = {
collectionSlug: SanitizedCollectionConfig['slug'];
listSearchableFields: SanitizedCollectionConfig['admin']['listSearchableFields'];
};
export type ListIndexProps = {
collection: SanitizedCollectionConfig;
};
//# sourceMappingURL=types.d.ts.map