Files
klz-cables.com/.pnpm-store/v10/files/8b/34b0f56cdf835f6eba393c0f5df8ced00c1740b92e98141e07dbea5ee05fe6fce62aef51fcc192fcf97a6017effdf5c369b76676ed3fc3c972c8831eb4261b
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

6 lines
253 B
Plaintext

import type { SelectType } from '../types/index.js';
/**
* Sanitizes REST select query to SelectType
*/
export declare const sanitizeSelectParam: (unsanitizedSelect: unknown) => SelectType | undefined;
//# sourceMappingURL=sanitizeSelectParam.d.ts.map