UNPKG

n8n-nodes-scalefluidly

Version:
10 lines (9 loc) 359 B
import { IAuthenticateGeneric, IconRef, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class ScaleFluidlyApi implements ICredentialType { name: string; displayName: string; icon: IconRef; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; test: ICredentialTestRequest; }