UNPKG

@brave/n8n-nodes-brave-search

Version:
11 lines (10 loc) 420 B
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; }