n8n-nodes-aixyte
Version:
Complete n8n node for Aixyte API - Manage Excites, Domains, and Files for personalized web experiences
10 lines (9 loc) • 355 B
TypeScript
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class AixyteApi implements ICredentialType {
name: string;
displayName: string;
documentationUrl: string;
properties: INodeProperties[];
authenticate: IAuthenticateGeneric;
test: ICredentialTestRequest;
}