Files
klz-cables.com/.pnpm-store/v10/files/3f/8aea97e1f9779d6926dbd95a8f0905a25c809fd75b2fe3bc4e251790f041248aceb93df590b2114d08c431fc7909a6d4d87c39acf50cf435195a6929fbf81b
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
595 B
Plaintext

import type { SanitizedCollectionConfig } from '../collections/config/types.js';
import type { SanitizedGlobalConfig } from '../globals/config/types.js';
import type { Payload, PayloadRequest } from '../types/index.js';
type Args = {
collection?: SanitizedCollectionConfig;
global?: SanitizedGlobalConfig;
id?: number | string;
max: number;
payload: Payload;
req?: PayloadRequest;
};
export declare const enforceMaxVersions: ({ id, collection, global: globalConfig, max, payload, req, }: Args) => Promise<void>;
export {};
//# sourceMappingURL=enforceMaxVersions.d.ts.map