Files
klz-cables.com/.pnpm-store/v10/files/fb/19535ea00cc617220c5be961e9acdb7b99aa0b9854767e3ac7162a6e4b05e43cd4abea488d3627532f0ef457f36cb238c61bc59b367d935a9ab1234f5f4eb6
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

5 lines
285 B
Plaintext

import { type CollectionBeforeValidateHook, type CollectionSlug } from '../../index.js';
export declare const ensureSafeCollectionsChange: ({ foldersSlug }: {
foldersSlug: CollectionSlug;
}) => CollectionBeforeValidateHook;
//# sourceMappingURL=ensureSafeCollectionsChange.d.ts.map