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

14 lines
520 B
Plaintext

import type { PayloadRequest, Where } from '../../types/index.js';
import type { Collection } from '../config/types.js';
import { type CollectionSlug } from '../../index.js';
export type Arguments = {
collection: Collection;
disableErrors?: boolean;
overrideAccess?: boolean;
req?: PayloadRequest;
where?: Where;
};
export declare const countVersionsOperation: <TSlug extends CollectionSlug>(incomingArgs: Arguments) => Promise<{
totalDocs: number;
}>;
//# sourceMappingURL=countVersions.d.ts.map