n8n-nodes-thepdfmaker
Version:
n8n node for businesses looking to streamline document generation. Create professional invoices, reports, and more from your data sources.
9 lines (8 loc) • 321 B
TypeScript
import { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class thePDFMakerGeneratePDFApi implements ICredentialType {
name: string;
displayName: string;
documentationUrl: string;
properties: INodeProperties[];
authenticate: IAuthenticateGeneric;
}