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