UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 140 B
import type { User } from '@n8n/db'; export declare const handleEmailLogin: (email: string, password: string) => Promise<User | undefined>;