UNPKG

n8n-nodes-soaprequest

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