Files
klz-cables.com/.pnpm-store/v10/files/ff/19bfa15b79a1ea308e07e711fd789775e1c7c1cbf0cc7b422bfd298e5e7a939613d176d28d967bb53548747b3ffcee84329f1c46fd19cd39d5696d700443ed
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

11 lines
435 B
Plaintext

import type { RelationshipField, UploadField } from 'payload';
type Args = {
field: RelationshipField | UploadField;
locale?: string;
ref: Record<string, unknown>;
relations: Record<string, unknown>[];
withinArrayOrBlockLocale?: string;
};
export declare const transformRelationship: ({ field, locale, ref, relations, withinArrayOrBlockLocale, }: Args) => void;
export {};
//# sourceMappingURL=relationship.d.ts.map