UNPKG

n8n-nodes-coze

Version:

n8n node for Coze(扣子), supporting AI chat, workflow automation, file processing, and text-to-speech.

9 lines (8 loc) 297 B
import { ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class CozeOAuth2Api implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; test: ICredentialTestRequest; }