UNPKG

@n8n/n8n-nodes-langchain

Version:
5 lines (4 loc) 304 B
import type { INodeProperties } from 'n8n-workflow'; export declare function getVertexEndpoint(location: string): string | undefined; export declare function resolveVertexLocation(override: string | undefined, credentialRegion: string): string; export declare const vertexLocationField: INodeProperties;