Files
klz-cables.com/.pnpm-store/v10/files/f6/edbe857d8d1f6b1bcb3e7a3718a923723f3b5283ad721bd95a2696b50fccf9b7a3c820d7d878cc9bde077f66512e022ea3d3bc7ce49918eef90147a371f161
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
66 B
Plaintext

export type ReadonlyArrayOrSingle<Type> = Type | readonly Type[];