Files
klz-cables.com/.pnpm-store/v10/files/15/86d1f6272df344fa5c9ecd8fe6766731ae9a5de7a9b68db9be21fce6d293216225ce60212023af6ddd67f0b314d389bf4925d811241f9461ff9ce33028cd48
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
548 B
Plaintext

import type { PayloadRequest } from '../types/index.js';
type CheckDocumentLockStatusArgs = {
collectionSlug?: string;
globalSlug?: string;
id?: number | string;
lockDurationDefault?: number;
lockErrorMessage?: string;
overrideLock?: boolean;
req: PayloadRequest;
};
export declare const checkDocumentLockStatus: ({ id, collectionSlug, globalSlug, lockDurationDefault, lockErrorMessage, overrideLock, req, }: CheckDocumentLockStatusArgs) => Promise<void>;
export {};
//# sourceMappingURL=checkDocumentLockStatus.d.ts.map