UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

6 lines (5 loc) 297 B
import { ResponseError } from './abstract/response.error'; export declare class NotFoundError extends ResponseError { static isDefinedAndNotNull<T>(value: T | undefined | null, message: string, hint?: string): asserts value is T; constructor(message: string, hint?: string | undefined); }