mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-07-15 01:17:20 +02:00
refactor(core): Move final batch of entities to @n8n/db (#15061)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user