add chatpools data

This commit is contained in:
Henry
2023-04-19 23:31:41 +01:00
parent 94e71b22e2
commit df7a3995cd
4 changed files with 48 additions and 42 deletions
+1
View File
@@ -117,6 +117,7 @@ export interface IncomingInput {
export interface IActiveChatflows {
[key: string]: {
startingNodes: IReactFlowNode[]
endingNodeData: INodeData
inSync: boolean
}