UNPKG

n8n-nodes-databricks-api

Version:
7 lines (6 loc) 570 B
import { NodeConnectionTypes, type INodeProperties } from 'n8n-workflow'; export declare const metadataFilterField: INodeProperties; export declare function getTemplateNoticeField(templateId: number): INodeProperties; type AllowedConnectionTypes = typeof NodeConnectionTypes.AiAgent | typeof NodeConnectionTypes.AiChain | typeof NodeConnectionTypes.AiDocument | typeof NodeConnectionTypes.AiVectorStore | typeof NodeConnectionTypes.AiRetriever; export declare function getConnectionHintNoticeField(connectionTypes: AllowedConnectionTypes[]): INodeProperties; export {};