Files
klz-cables.com/.pnpm-store/v10/files/88/54911fa9d9f57c9726e162e6832495c5a949804004cc5a777c69718e241924fd2d27dd1c44f33c54f9b007236ac1cc2e12fea8ffd4e39630a48ab236665868
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

4 lines
80 B
Plaintext

export type Writable<Type> = {
-readonly [Key in keyof Type]: Type[Key];
};