payload
Version:
Node, React, Headless CMS and Application Framework built on Next.js
10 lines • 421 B
TypeScript
import type { SanitizedCollectionConfig } from '../../../collections/config/types.js';
import { type Payload, type TypedUser } from '../../../index.js';
type Args = {
collection: SanitizedCollectionConfig;
payload: Payload;
user: TypedUser;
};
export declare const incrementLoginAttempts: ({ collection, payload, user, }: Args) => Promise<void>;
export {};
//# sourceMappingURL=incrementLoginAttempts.d.ts.map