Skip to content

Commit

Permalink
Update interfaces.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
HaveAGitGat committed Oct 17, 2023
1 parent 6b11577 commit 45e833d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<any>,
Expand Down

0 comments on commit 45e833d

Please sign in to comment.