@brave/n8n-nodes-brave-search
Version:
A n8n node for the Brave Search API
6 lines (5 loc) • 307 B
TypeScript
import type { INodeProperties } from 'n8n-workflow';
import type { BraveSearchOperation } from './_base';
declare const map: Record<BraveSearchOperation['key'], BraveSearchOperation>;
declare const properties: INodeProperties[];
export { map as OPERATIONS, properties as PROPERTIES, BraveSearchOperation };