UNPKG

@brave/n8n-nodes-brave-search

Version:
10 lines (9 loc) 308 B
import type { INodeProperties, INodePropertyOptions } from 'n8n-workflow'; declare const _default: { key: string; endpoint: string; details: INodePropertyOptions; parameters: INodeProperties[]; buildQuery: (params: Record<string, any>) => Record<string, any>; }; export default _default;