UNPKG

n8n-nodes-digital-ocean

Version:

n8n community node to work with the Digital Ocean API

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