feat(editor): Include NodeDetailsView in URL (#14349)

This commit is contained in:
Charlie Kolb
2025-04-25 10:57:22 +02:00
committed by GitHub
parent 40aadbf880
commit 5ff073bd7b
14 changed files with 225 additions and 16 deletions

View File

@@ -2658,7 +2658,7 @@ export interface ResourceMapperFields {
export interface WorkflowInputsData {
fields: ResourceMapperField[];
dataMode: string;
subworkflowInfo?: { id?: string };
subworkflowInfo?: { workflowId?: string; triggerId?: string };
}
export interface ResourceMapperField {