Files
klz-cables.com/.pnpm-store/v10/files/47/7d848b4f99116c998b41c1379ac0bada8658ffa06a0003681aa969d5a5b7dae592d57a0787545b82155c9f8615d96775105d61b420f2fee4d76dacebc07bb2
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

3 lines
373 B
Plaintext

import type { EditViewComponent, SanitizedCollectionConfig, SanitizedGlobalConfig } from 'payload';
export declare const getCustomDocumentViewByKey: (views: SanitizedCollectionConfig["admin"]["components"]["views"] | SanitizedGlobalConfig["admin"]["components"]["views"], customViewKey: string) => EditViewComponent;
//# sourceMappingURL=getCustomDocumentViewByKey.d.ts.map