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

11 lines
477 B
Plaintext

import type { SanitizedCollectionConfig } from '../../collections/config/types.js';
import type { Sort } from '../../types/index.js';
/**
* Takes the incoming sort argument and prefixes it with `versions.` and preserves any `-` prefixes for descending order
* @param sort
*/
export declare const getQueryDraftsSort: ({ collectionConfig, sort, }: {
collectionConfig: SanitizedCollectionConfig;
sort?: Sort;
}) => Sort;
//# sourceMappingURL=getQueryDraftsSort.d.ts.map