Files
klz-cables.com/.pnpm-store/v10/files/21/5084163d1caee7d5a022a44f5b78e6a9f15a4de56e7a22f9395dae10218e7676cbf05857559034a6ab51942bbdfba51864598abf3d5ddfdde2a351cd6b92c9
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

10 lines
335 B
Plaintext

import type { SanitizedConfig } from 'payload';
/**
* Returns an array of views marked with 'public: true' in the config
*/
export declare const isCustomAdminView: ({ adminRoute, config, route, }: {
adminRoute: string;
config: SanitizedConfig;
route: string;
}) => boolean;
//# sourceMappingURL=isCustomAdminView.d.ts.map