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

6 lines
244 B
Plaintext

import type { CollectionSlug } from 'payload';
export declare const isPolymorphicRelationship: (value: unknown) => value is {
relationTo: CollectionSlug;
value: number | string;
};
//# sourceMappingURL=isPolymorphicRelationship.d.ts.map