UNPKG

n8n-nodes-gotenberg-pdf

Version:

n8n community node for Gotenberg PDF conversion API

9 lines (8 loc) 296 B
import { ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class GotenbergApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; test: ICredentialTestRequest; }