UNPKG

n8n

Version:

n8n Workflow Automation Tool

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