n8n-nodes-scalefluidly
Version:
ScaleFluidly N8N Node
10 lines (9 loc) • 359 B
TypeScript
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;
}