fix: Lazy load nodes for credentials testing (#4760)
This commit is contained in:
committed by
GitHub
parent
3d67df490c
commit
0a7a2f3e41
@@ -15,7 +15,7 @@ import type {
|
||||
ITelemetrySettings,
|
||||
ITelemetryTrackProperties,
|
||||
IWorkflowBase as IWorkflowBaseWorkflow,
|
||||
LoadingDetails,
|
||||
CredentialLoadingDetails,
|
||||
Workflow,
|
||||
WorkflowActivateMode,
|
||||
WorkflowExecuteMode,
|
||||
@@ -59,7 +59,7 @@ export interface ICustomRequest extends Request {
|
||||
}
|
||||
|
||||
export interface ICredentialsTypeData {
|
||||
[key: string]: LoadingDetails;
|
||||
[key: string]: CredentialLoadingDetails;
|
||||
}
|
||||
|
||||
export interface ICredentialsOverwrite {
|
||||
|
||||
Reference in New Issue
Block a user