UNPKG

n8n-nodes-cloudconvert

Version:

A Node to send file conversion jobs to cloudconvert.com

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