Files
klz-cables.com/.pnpm-store/v10/files/11/8c7f1c006e3e887fee55f9d59a23dc7580e0e0d07f922945c2e472fb6d324ed54b66a536c6e4201fe195951def17f1819bac586bc1441b4bf30004d58950a2
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

12 lines
470 B
Plaintext

import type { CollectionSlug, Document } from '../../index.js';
import type { FolderOrDocument } from '../types.js';
type Args = {
folderFieldName: string;
isUpload: boolean;
relationTo: CollectionSlug;
useAsTitle?: string;
value: Document;
};
export declare function formatFolderOrDocumentItem({ folderFieldName, isUpload, relationTo, useAsTitle, value, }: Args): FolderOrDocument;
export {};
//# sourceMappingURL=formatFolderOrDocumentItem.d.ts.map