UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

5 lines (4 loc) 189 B
import { NotFoundError } from '../../../errors/response-errors/not-found.error'; export declare class DataTableNotFoundError extends NotFoundError { constructor(dataTableId: string); }