UNPKG

n8n-nodes-mallabe-images

Version:

n8n community node to alter images using Mallabe Images

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