UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 160 B
import { ForbiddenError } from './forbidden.error'; export declare class InvalidMfaRecoveryCodeError extends ForbiddenError { constructor(hint?: string); }