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

11 lines
481 B
Plaintext

import type { ClientCollectionConfig, SanitizedCollectionConfig, SelectType } from '../index.js';
/**
* Mutates the incoming select object to append fields required for upload thumbnails
* @param collectionConfig
* @param select
*/
export declare const appendUploadSelectFields: ({ collectionConfig, select, }: {
collectionConfig: ClientCollectionConfig | SanitizedCollectionConfig;
select: SelectType;
}) => void;
//# sourceMappingURL=appendUploadSelectFields.d.ts.map