Files
klz-cables.com/.pnpm-store/v10/files/49/850ff3e809b3a9638f5b6b2ca265edb80225211307de2abca0054b39c6d638b71c393570d105717706f2d66a9162ced7acb6c70dd4b7e679d7495579a16068
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

11 lines
474 B
Plaintext

import type { DocumentTabConfig, SanitizedCollectionConfig, SanitizedGlobalConfig } from 'payload';
export declare const documentViewKeys: string[];
export type DocumentViewKey = (typeof documentViewKeys)[number];
export declare const getTabs: ({ collectionConfig, globalConfig, }: {
collectionConfig?: SanitizedCollectionConfig;
globalConfig?: SanitizedGlobalConfig;
}) => {
tab: DocumentTabConfig;
viewPath: string;
}[];
//# sourceMappingURL=index.d.ts.map