Files
klz-cables.com/.pnpm-store/v10/files/cb/142cc460f8dd9e2b7b28b2338a56ab278b0569df226b40a5c0c6feca45d703dd6bc43f0e50a16cddb465831bf38cb9098668763ce7ad31ab9695aab172675c
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
178 B
Plaintext

import { DeepModify } from "../deep-modify";
import { DeepPick } from "../deep-pick";
export type StrictDeepPick<Type, Filter extends DeepModify<Type>> = DeepPick<Type, Filter>;