chore: Clean up welcome sticky feature (no-changelog) (#11987)

This commit is contained in:
Mutasem Aldmour
2024-12-02 19:35:54 +01:00
committed by GitHub
parent fb5cf4beea
commit 9f78b16efc
14 changed files with 2 additions and 108 deletions

View File

@@ -250,7 +250,6 @@ export interface IWorkflowToShare extends IWorkflowDataUpdate {
export interface NewWorkflowResponse {
name: string;
onboardingFlowEnabled?: boolean;
defaultSettings: IWorkflowSettings;
}
@@ -277,7 +276,6 @@ export interface IWorkflowTemplate {
export interface INewWorkflowData {
name: string;
onboardingFlowEnabled: boolean;
}
export interface WorkflowMetadata {