add analytic

This commit is contained in:
Henry
2023-09-11 23:44:20 +01:00
parent 0a5d453338
commit d19f72db6f
42 changed files with 742 additions and 82 deletions
+1
View File
@@ -14,6 +14,7 @@ export interface IChatFlow {
deployed?: boolean
isPublic?: boolean
apikeyid?: string
analytic?: string
chatbotConfig?: string
apiConfig?: any
}