Fix vs code and using min version after bump @remixicon/react and @monaco-editor/loader (#27008)

This commit is contained in:
Eric Guo
2025-10-21 11:41:44 +08:00
committed by GitHub
parent 4e6682bd85
commit e45d5700ec
228 changed files with 57291 additions and 42718 deletions

View File

@@ -32,15 +32,15 @@ export type CommonHooksFnMap = {
callback?: {
onSuccess?: () => void
onError?: () => void
onSettled?: () => void
}
onSettled?: () => void,
},
) => Promise<void>
syncWorkflowDraftWhenPageClose: () => void
handleRefreshWorkflowDraft: () => void
handleBackupDraft: () => void
handleLoadBackupDraft: () => void
handleRestoreFromPublishedWorkflow: (...args: any[]) => void
handleRun: (params: any, callback?: IOtherOptions,) => void
handleRun: (params: any, callback?: IOtherOptions) => void
handleStopRun: (...args: any[]) => void
handleStartWorkflowRun: () => void
handleWorkflowStartRunInWorkflow: () => void

View File

@@ -379,7 +379,7 @@ export type OnNodeAdd = (
prevNodeSourceHandle?: string
nextNodeId?: string
nextNodeTargetHandle?: string
}
},
) => void
export type CheckValidRes = {