n8n-nodes-fusionbrain
Version:
fusionbrain.ai n8n-node for text2image api
11 lines (10 loc) • 391 B
TypeScript
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;
}