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
11 lines
477 B
Plaintext
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 |