Files
klz-cables.com/.pnpm-store/v10/files/77/7519fbb6561754f25e33f2f016682ade7721430d96295057d7625c36d6946dd291fdaf780bbf2f5379f85e8ac2233ffa5e1d1a1533dcc3e9412406b7ab2e1f
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
394 B
Plaintext

import type { SingleRelationshipField } from '../fields/config/types.js';
export declare const buildFolderField: ({ collectionSpecific, folderFieldName, folderSlug, overrides, }: {
collectionSpecific: boolean;
folderFieldName: string;
folderSlug: string;
overrides?: Partial<SingleRelationshipField>;
}) => SingleRelationshipField;
//# sourceMappingURL=buildFolderField.d.ts.map