@n8n/n8n-nodes-langchain
Version:

3 lines (2 loc) • 298 B
TypeScript
import type { ICredentialDataDecryptedObject, ISupplyDataFunctions, IExecuteFunctions } from 'n8n-workflow';
export declare const checkDomainRestrictions: (ctx: ISupplyDataFunctions | IExecuteFunctions, credentials: ICredentialDataDecryptedObject, url: string, credentialsUrlKey?: string) => void;