Files
klz-cables.com/.pnpm-store/v10/files/9a/d92da811a442620d9a3dbe01d011a0d148d5c2eab66945a81a72d715387055ddc580ce6e3f70eba2513db62de30db92ca6b0ecd5aa0edc6bf3dd599ab00e6e
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

6 lines
241 B
Plaintext

export declare const getSafeRedirect: ({ allowAbsoluteUrls, fallbackTo, redirectTo, }: {
allowAbsoluteUrls?: boolean;
fallbackTo?: string;
redirectTo: string | string[];
}) => string;
//# sourceMappingURL=getSafeRedirect.d.ts.map