UNPKG

n8n-nodes-zohoteaminbox

Version:

This is an n8n community node. It lets you use Zoho TeamInbox in your n8n workflows.

9 lines (8 loc) 276 B
import type { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class ZohoTeamInboxOAuth2Api implements ICredentialType { name: string; extends: string[]; displayName: string; documentationUrl: string; properties: INodeProperties[]; }