add deployed boolean back

This commit is contained in:
Henry
2023-07-05 18:14:54 +01:00
parent 7608d74676
commit 636ad5dc0c
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ export interface IChatFlow {
id: string
name: string
flowData: string
deployed: boolean
isPublic: boolean
updatedDate: Date
createdDate: Date