UNPKG

n8n-nodes-alive5weather

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