Files
klz-cables.com/.pnpm-store/v10/files/a3/59d97626202d39dff5082285e5a31abdc6f157bf1702b80bf21c5473e1959b92edf4e6e8b1216e7e9119dfb57e5ccde5ba31fb14d91ed6afdfd263ae8d1fbc
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

13 lines
523 B
Plaintext

import type { CollectionSlug, DefaultDocumentIDType, GlobalSlug, PayloadRequest } from '../../../index.js';
/**
* This is a cross-entity way to count the number of versions for any given document.
* It will work for both collections and globals.
* @returns number of versions
*/
export declare const countVersions: (args: {
collectionSlug?: CollectionSlug;
globalSlug?: GlobalSlug;
parentID?: DefaultDocumentIDType;
req: PayloadRequest;
}) => Promise<number>;
//# sourceMappingURL=countVersions.d.ts.map