Files
klz-cables.com/.pnpm-store/v10/files/cd/55363697f00d8ce5c70d1012f988d13246c5a57333c98bc409204e1d158bebf3c50d8f07291b6bd08a4bd08cbca0c11572c3e2fa523403643eacf02e1ae7d1
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

5 lines
107 B
Plaintext

/**
* @deprecated please use `ValueOf` instead
*/
export type DictionaryValues<Type> = Type[keyof Type];