feat(editor): Implementing the Easy AI Workflow experiment (#12043)

This commit is contained in:
Milorad FIlipović
2024-12-06 14:23:39 +01:00
committed by GitHub
parent 7b20f8aaa8
commit 67ed1d2c3c
22 changed files with 432 additions and 189 deletions

View File

@@ -2779,6 +2779,7 @@ export interface IUserSettings {
userActivatedAt?: number;
allowSSOManualLogin?: boolean;
npsSurvey?: NpsSurveyState;
easyAIWorkflowOnboarded?: boolean;
}
export interface IProcessedDataConfig {