UNPKG

@jacobwoodward/n8n-nodes-smartsuite

Version:

n8n community node for SmartSuite - Interact with SmartSuite's API to manage records, search data, and perform operations on your SmartSuite solutions

8 lines (7 loc) 246 B
import { ICredentialType, INodeProperties } from "n8n-workflow"; export declare class SmartSuiteApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }