UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines 413 B
import type { IAuthenticate, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class OpenWeatherMapApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticate; test: ICredentialTestRequest; } //# sourceMappingURL=OpenWeatherMapApi.credentials.d.ts.map