refactor(core): Use IWorkflowBase over WorkflowEntity in most places (#13225)

This commit is contained in:
Tomi Turtiainen
2025-02-13 10:54:11 +02:00
committed by GitHub
parent 11cf1cd23a
commit f001edb2a2
54 changed files with 190 additions and 192 deletions

View File

@@ -2196,6 +2196,8 @@ export interface IWaitingForExecutionSource {
};
}
export type WorkflowId = IWorkflowBase['id'];
export interface IWorkflowBase {
id: string;
name: string;