Files
klz-cables.com/.pnpm-store/v10/files/0b/6ebd8d6b40ecf077bc64ef936b4b4c222c59bc0174571513463b84948e9b1f9f45bafd8861fe150871c3b0baeb01478a16f8a2fe333cc9fea4d2c0db2a6313
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
167 B
Plaintext

import type { AllowList } from 'payload';
export declare const isURLAllowed: (url: string, allowList: AllowList) => boolean;
//# sourceMappingURL=isURLAllowed.d.ts.map