Files
klz-cables.com/.pnpm-store/v10/files/37/c53520b3e14ee9fb018fb2a9d98d8ba43c6920804507bb441062d64af4ac3feb08a7806828fa0804767701d884c2b305bbac3c677a0416db12b1219c60e6dc
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
103 B
Plaintext

export type AnyFunction<Args extends any[] = any[], ReturnType = any> = (...args: Args) => ReturnType;