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

16 lines
566 B
Plaintext

import type { ClientField } from 'payload';
import type React from 'react';
type TrackSubSchemaErrorCountProps = {
fields?: ClientField[];
/**
* This path should only include path segments that affect data
* i.e. it should not include _index-0 type segments
*
* For collapsibles and tabs you can simply pass their parent path
*/
path: (number | string)[];
setErrorCount: (count: number) => void;
};
export declare const WatchChildErrors: React.FC<TrackSubSchemaErrorCountProps>;
export {};
//# sourceMappingURL=index.d.ts.map