Files
klz-cables.com/.pnpm-store/v10/files/7a/dd2de8d9f3e0b0249ee804a040a2363eadf47b1e3eb66e994b3f45163612eaa1d1bedca0db08aafd719c46e937a283d957b6beef7916b4df8813af64e381df
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

10 lines
152 B
Plaintext

export interface LookupMatcherResult {
locale: string;
extension?: string;
nu?: string;
}
export interface Keyword {
key: string;
value: string;
}