Files
klz-cables.com/.pnpm-store/v10/files/2e/d315b6a374804d3a5d3b39b5759fbdd58e0c4f05e5135d3c26e6d912f7d98b172a52beffbf0d7e132dece42edd665edf118e13fe560429886fb7b447ccd34d
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
267 B
Plaintext

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