Files
klz-cables.com/.pnpm-store/v10/files/35/2b85c2578e0360fa96a9945a800413ba59185ce00926053ef743f7073eadfa71f22f5e77d49f8e06e7d7a627cb22495fbe19c5f04da4801df5d63631dc7d8d
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
477 B
Plaintext

import type { GraphQLResolveInfo } from 'graphql';
import type { TypedCollectionSelect } from 'payload';
export declare function buildSelectForCollection(info: GraphQLResolveInfo): SelectType;
export declare function buildSelectForCollectionMany(info: GraphQLResolveInfo): SelectType;
export declare function resolveSelect(info: GraphQLResolveInfo, select: SelectType): SelectType;
type SelectType = TypedCollectionSelect['any'];
export {};
//# sourceMappingURL=select.d.ts.map