Files
klz-cables.com/.pnpm-store/v10/files/aa/57038142d3f7fc40a34a32eb3f856a2b890c27e595f12056e1ce2c5ff4be01cb509544e041da36b227f53a6ad61031089374be203f73e5b82fcb5de511047f
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
310 B
Plaintext

import type { Field } from 'payload';
export declare const hasLocalesTable: ({ fields, parentIsLocalized, }: {
fields: Field[];
/**
* @todo make required in v4.0. Usually you'd wanna pass this in
*/
parentIsLocalized?: boolean;
}) => boolean;
//# sourceMappingURL=hasLocalesTable.d.ts.map