Files
klz-cables.com/.pnpm-store/v10/files/94/c80dab154134885146c83b32576cd39cee360c4ae49f537360fcb1fa2045f2a1961a713b901cab6d6cd44c4eecbf3be163cc9345cc4601c5b920050bc966cf
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

8 lines
328 B
Plaintext

import type { CollectionAfterDeleteHook } from '../../index.js';
type Args = {
collectionSlugs: string[];
folderFieldName: string;
};
export declare const dissasociateAfterDelete: ({ collectionSlugs, folderFieldName, }: Args) => CollectionAfterDeleteHook;
export {};
//# sourceMappingURL=dissasociateAfterDelete.d.ts.map