Files
klz-cables.com/.pnpm-store/v10/files/28/9102958f666199332f767a1ae6dc6d497048ba2878a9eec70fc9cdfb7c65725fc0d076fae79222ce23c69a95aad1e6913c6c7b26b0e9d95a970e1f0a0feb08
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

12 lines
527 B
Plaintext

import type { SanitizedCollectionConfig, TypeWithID } from '../../../collections/config/types.js';
import type { Payload } from '../../../index.js';
import type { PayloadRequest } from '../../../types/index.js';
type Args = {
collection: SanitizedCollectionConfig;
doc: Record<string, unknown> & TypeWithID;
payload: Payload;
req: PayloadRequest;
};
export declare const resetLoginAttempts: ({ collection, doc, payload, req, }: Args) => Promise<void>;
export {};
//# sourceMappingURL=resetLoginAttempts.d.ts.map