UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 270 B
import type { DataTable } from '../../../../modules/data-table/data-table.entity'; import { type SerializedDataTable } from '../../spec/serialized/data-table.schema'; export declare class DataTableSerializer { serialize(dataTable: DataTable): SerializedDataTable; }