Files
klz-cables.com/.pnpm-store/v10/files/d9/963b81b9137062c751e9b7e12eee68fd8a7b5b81bee4b39af56819d54d24eed2814055fcb90d4c34be7f5d8096efae05da836d4337808b2fa8d337e8704e6f
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

7 lines
259 B
Plaintext

import type { SanitizedConfig } from 'payload';
export declare const isPublicAdminRoute: ({ adminRoute, config, route, }: {
adminRoute: string;
config: SanitizedConfig;
route: string;
}) => boolean;
//# sourceMappingURL=isPublicAdminRoute.d.ts.map