remove import/export database

This commit is contained in:
Henry
2023-11-28 16:58:16 +00:00
parent 20f2da1743
commit 0ee47c2ccf
4 changed files with 3 additions and 166 deletions
-6
View File
@@ -190,12 +190,6 @@ export interface IOverrideConfig {
type: string
}
export interface IDatabaseExport {
chatmessages: IChatMessage[]
chatflows: IChatFlow[]
apikeys: ICommonObject[]
}
export type ICredentialDataDecrypted = ICommonObject
// Plain credential object sent to server