UNPKG

n8n-nodes-fusionbrain

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