Files
klz-cables.com/.pnpm-store/v10/files/f0/d2bb48ec8902d0f36b19d474ca2d8d11b81370260d5c1ce2b327fae1dd8c66780c92b365b326f6e425f019d8ea5e580d6ce00b59495d1cf49c2146fce2a297
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
52 B
Plaintext

export type Tuple<Type = any> = [Type?, ...Type[]];