UNPKG

@fengcch/n8n-nodes-302ai-chat

Version:

n8n community node for 302.ai AI service integration

9 lines (8 loc) 265 B
import { ICredentialType, INodeProperties, Icon } from 'n8n-workflow'; export declare class ThreeZeroTwoAIApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; icon: Icon; properties: INodeProperties[]; }