UNPKG

@n8n/n8n-nodes-langchain

Version:
7 lines (6 loc) 186 B
import type { CreateCheckFn } from '../types'; interface KeywordsConfig { keywords: string[]; } export declare const createKeywordsCheckFn: CreateCheckFn<KeywordsConfig>; export {};