n8n-nodes-exact-online-v1
Version:
Exact Online Community node for n8n
10 lines (9 loc) • 348 B
TypeScript
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class ExactOnlineApi implements ICredentialType {
name: string;
icon: string;
displayName: string;
properties: INodeProperties[];
authenticate: IAuthenticateGeneric;
test: ICredentialTestRequest;
}