n8n-nodes-mallabe-websites
Version:
n8n community node that allows the to get website status, thumbnail and icon using Mallabe Websites
10 lines (9 loc) • 369 B
TypeScript
import type { ICredentialType, INodeProperties, IAuthenticateGeneric, ICredentialTestRequest } from 'n8n-workflow';
export declare class MallabeWebsitesApi implements ICredentialType {
name: string;
displayName: string;
documentationUrl: string;
properties: INodeProperties[];
authenticate: IAuthenticateGeneric;
test: ICredentialTestRequest;
}