Files
klz-cables.com/.pnpm-store/v10/files/5e/ecb367fd3c958641fdb1ff382e8be29efe2413585c0e5cd7b7deb4b9455927001198ead7d967e8005d617b30e79a137ec96deae0de86ea8b209ffb22cadc3d
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

3 lines
185 B
Plaintext

import type { ClientField } from 'payload';
export declare const buildPathSegments: (fields: ClientField[]) => (`${string}.` | string)[];
//# sourceMappingURL=buildPathSegments.d.ts.map