Files
klz-cables.com/.pnpm-store/v10/files/65/98f661e50391c2158805eb774df8cd0e06cd7c7be0d17009b78e9d842c8978534e82001235d3a3916b2dfc68a412c7112c01663001d499ed14ee19b55ebaf7
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
206 B
Plaintext

export declare const isEditing: ({ id, collectionSlug, globalSlug, }: {
collectionSlug?: string;
globalSlug?: string;
id?: number | string;
}) => boolean;
//# sourceMappingURL=isEditing.d.ts.map