UNPKG

n8n-nodes-docuseal

Version:

Manage DocuSeal documents, templates, and submissions within n8n workflows.

8 lines 295 B
import type { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class DocusealApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; } //# sourceMappingURL=DocusealApi.credentials.d.ts.map