UNPKG

n8n-nodes-ovh

Version:

Comprehensive n8n nodes for OVH API integration - Developed by Ascenzia, experts in AI agent creation

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