@brave/n8n-nodes-brave-search
Version:
A n8n node for the Brave Search API
11 lines (10 loc) • 420 B
TypeScript
import type { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class BraveSearchApi implements ICredentialType {
name: string;
icon: "file:../nodes/BraveSearch/braveSearch.svg";
displayName: string;
documentationUrl: string;
properties: INodeProperties[];
authenticate: IAuthenticateGeneric;
test: ICredentialTestRequest;
}