UNPKG

n8n-nodes-thepdfmaker

Version:

n8n node for businesses looking to streamline document generation. Create professional invoices, reports, and more from your data sources.

10 lines (9 loc) 329 B
import { INodeType, INodeTypeDescription, ILoadOptionsFunctions } from 'n8n-workflow'; export declare class ThePDFMakerGeneratePDF implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getTemplates(this: ILoadOptionsFunctions): Promise<any>; }; }; }