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