Files
klz-cables.com/.pnpm-store/v10/files/d9/957cce1a5affbc46429e0a400f0ecf1d5d3e39dc045d3a91b947438920ad5f018b111ee604e5bf74c35ab52d2113cc11f4da70d8c08ddf9b43599c0e6bfc57
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
414 B
Plaintext

import type { AdminViewConfig, SanitizedConfig } from 'payload';
import type { ViewFromConfig } from './getRouteData.js';
export declare const getCustomViewByRoute: ({ config, currentRoute: currentRouteWithAdmin, }: {
config: SanitizedConfig;
currentRoute: string;
}) => {
view: ViewFromConfig;
viewConfig: AdminViewConfig;
viewKey: string;
};
//# sourceMappingURL=getCustomViewByRoute.d.ts.map