fix(cli): Fix excessive instantiation type error for flattened execution (#3921)
* 📘 Fix excessive instantiation error * ♻️ Simplify interface for TypeORM
This commit is contained in:
@@ -227,7 +227,7 @@ export interface IExecutionFlattedDb extends IExecutionBase {
|
||||
id: number | string;
|
||||
data: string;
|
||||
waitTill?: Date | null;
|
||||
workflowData: IWorkflowBase;
|
||||
workflowData: Omit<IWorkflowBase, 'pinData'>;
|
||||
}
|
||||
|
||||
export interface IExecutionFlattedResponse extends IExecutionFlatted {
|
||||
|
||||
Reference in New Issue
Block a user