UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 163 B
import type { User } from '../../databases/entities/user'; export declare const handleLdapLogin: (loginId: string, password: string) => Promise<User | undefined>;