From 45e833d2852b92bb0b134d1f9f92ab0f719dc7d6 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Tue, 17 Oct 2023 07:07:20 +0100 Subject: [PATCH] Update interfaces.ts --- FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts b/FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts index 794be8b..917ee09 100644 --- a/FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts +++ b/FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts @@ -136,6 +136,12 @@ export interface IpluginInputArgs { axios: any, // eslint-disable-next-line @typescript-eslint/no-explicit-any crudTransDBN: (collection: string, mode: string, docID: string, obj: any)=> any, + configVars:{ + config:{ + serverIP: string, + serverPort: string, + } + } }, // eslint-disable-next-line @typescript-eslint/no-explicit-any installClassicPluginDeps: (deps: string[]) => Promise,