refactor(core): Move final batch of entities to @n8n/db (#15061)

This commit is contained in:
Iván Ovejero
2025-05-02 17:46:05 +02:00
committed by GitHub
parent f3e29d25ed
commit bd258be052
63 changed files with 201 additions and 420 deletions
@@ -1,4 +1,4 @@
import type { ExecutionSummaries } from '@n8n/db';
import type { ExecutionSummaries, ExecutionEntity } from '@n8n/db';
import type {
AnnotationVote,
ExecutionStatus,
@@ -6,7 +6,6 @@ import type {
WorkflowExecuteMode,
} from 'n8n-workflow';
import type { ExecutionEntity } from '@/databases/entities/execution-entity';
import type { AuthenticatedRequest } from '@/requests';
export declare namespace ExecutionRequest {