UNPKG

@mineru98/n8n-ko

Version:

n8n Workflow Automation Tool - Korean Version

5 lines (4 loc) 171 B
import { ResponseError } from './abstract/response.error'; export declare class ForbiddenError extends ResponseError { constructor(message?: string, hint?: string); }