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

2 lines
70 B
Plaintext

export type AnyArray<Type = any> = Array<Type> | ReadonlyArray<Type>;