Files
klz-cables.com/.pnpm-store/v10/files/38/7c3cdff5d1c4d805ed7ac844494f302a8bad0964ed771cea5898bbc6dea023803fcfbc3a75545a5f6844b8a98853c93865214925e22aace7987e133a1164bd
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
433 B
Plaintext

import type { I18nClient } from '@payloadcms/translations';
import type { ClientConfig, ClientFieldSchemaMap, FieldSchemaMap, Payload } from 'payload';
export declare const getClientSchemaMap: (args: {
collectionSlug?: string;
config: ClientConfig;
globalSlug?: string;
i18n: I18nClient;
payload: Payload;
schemaMap: FieldSchemaMap;
}) => ClientFieldSchemaMap;
//# sourceMappingURL=getClientSchemaMap.d.ts.map