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

7 lines
246 B
Plaintext

import type { ArrayField } from 'payload';
export declare const getArrayRelationName: ({ field, path, tableName, }: {
field: ArrayField;
path: string;
tableName: string;
}) => string;
//# sourceMappingURL=getArrayRelationName.d.ts.map