UNPKG

n8n-nodes-orshottemplates

Version:

Orshot Templates – an n8n community node that turns text/URLs into on-brand images via the Orshot API.

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