UNPKG

n8n-nodes-axonaut-antislash

Version:

n8n community node for Axonaut API integration

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