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

13 lines
516 B
Plaintext

import type { I18n } from '@payloadcms/translations';
import type { Field, FieldSchemaMap, SanitizedConfig, TabAsField } from 'payload';
type Args = {
config: SanitizedConfig;
fields: (Field | TabAsField)[];
i18n: I18n<any, any>;
parentIndexPath: string;
parentSchemaPath: string;
schemaMap: FieldSchemaMap;
};
export declare const traverseFields: ({ config, fields, i18n, parentIndexPath, parentSchemaPath, schemaMap, }: Args) => void;
export {};
//# sourceMappingURL=traverseFields.d.ts.map