mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat: Introduce debug info button (#9895)
This commit is contained in:
@@ -1123,7 +1123,7 @@ export interface RootState {
|
||||
urlBaseEditor: string;
|
||||
instanceId: string;
|
||||
isNpmAvailable: boolean;
|
||||
binaryDataMode: string;
|
||||
binaryDataMode: 'default' | 'filesystem' | 's3';
|
||||
}
|
||||
|
||||
export interface NodeMetadataMap {
|
||||
@@ -1380,9 +1380,10 @@ export interface ISettingsState {
|
||||
enabled: boolean;
|
||||
};
|
||||
onboardingCallPromptEnabled: boolean;
|
||||
saveDataErrorExecution: string;
|
||||
saveDataSuccessExecution: string;
|
||||
saveDataErrorExecution: WorkflowSettings.SaveDataExecution;
|
||||
saveDataSuccessExecution: WorkflowSettings.SaveDataExecution;
|
||||
saveManualExecutions: boolean;
|
||||
saveDataProgressExecution: boolean;
|
||||
}
|
||||
|
||||
export type NodeTypesByTypeNameAndVersion = {
|
||||
|
||||
Reference in New Issue
Block a user