UNPKG

n8n-nodes-yourgpt

Version:

Integrate YourGPT AI chatbot node into your n8n workflows

7 lines (6 loc) 206 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class YourGPTApi implements ICredentialType { name: string; displayName: string; properties: INodeProperties[]; }