UNPKG

n8n

Version:

n8n Workflow Automation Tool

8 lines (7 loc) 157 B
export declare class AuthUser { id: string; email: string; mfaEnabled: boolean; mfaSecret?: string | null; mfaRecoveryCodes: string[]; }