Files
klz-cables.com/.pnpm-store/v10/files/b0/9e34e89e4efc854906615fd0a9664517f155e4ae519a0cbc67d194423f890055e666af7c4b79edeb9dfeb84584f521d4b52c22337c57af3ff5e66521677fcb
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
234 B
Plaintext

export declare function GetStringOrBooleanOption<
T extends object,
K extends keyof T
>(opts: T, prop: K, values: T[K][] | undefined, trueValue: T[K] | boolean, falsyValue: T[K] | boolean, fallback: T[K] | boolean): T[K] | boolean;