UNPKG

n8n-nodes-everest-tms

Version:

Everest TMS n8n integration

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