Files
klz-cables.com/.pnpm-store/v10/files/ed/43757aef09847743cb55fad17fd2b9634cd7a0023841b815b40b3446b21207ac1f87d72ac8793ed7142df2f1f4eaef0192a8093158336d92396815f2ba92d7
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
323 B
Plaintext

import type { FormState } from 'payload';
type Result = {
remainingFields: FormState;
rows: FormState[];
};
export declare const separateRows: (path: string, fields: FormState) => Result;
export declare const flattenRows: (path: string, rows: FormState[]) => FormState;
export {};
//# sourceMappingURL=rows.d.ts.map