Files
klz-cables.com/.pnpm-store/v10/files/1b/2b716c36ea37b6eb166835193741464b2c4540be7c081997205c59541db7485b42da29435d353868944727108ed83657975460ac799d8f05e613a37fd33d7f
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

9 lines
402 B
Plaintext

import type { FlattenedField } from '../../../fields/config/types.js';
/**
* Sanitizes the sort parameter, for example virtual fields linked to relationships are replaced with the full path.
*/
export declare const sanitizeSortQuery: ({ fields, sort, }: {
fields: FlattenedField[];
sort?: string | string[];
}) => string | string[] | undefined;
//# sourceMappingURL=sanitizeSortQuery.d.ts.map