Files
klz-cables.com/.pnpm-store/v10/files/e2/610ea601cd9d1a9b161de5014dec13917e0d92c1c101f1ea7b149627c63abbfe90bfc272313899b1572e36f148454d623fc96e0a41543bcfaef419cd863a65
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

9 lines
350 B
Plaintext

import type { FieldWithSubFields, TabsField } from 'payload';
type Args = {
field: FieldWithSubFields | TabsField;
nestedFieldName2: string;
parentName: string;
};
export declare const recursivelyBuildNestedPaths: ({ field, nestedFieldName2, parentName }: Args) => any;
export {};
//# sourceMappingURL=recursivelyBuildNestedPaths.d.ts.map