mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
refactor(core): Move final batch of entities to @n8n/db (#15061)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { ProjectIcon, ProjectRole, ProjectType } from '@n8n/api-types';
|
||||
import type { Variables, Project, User, ListQueryDb } from '@n8n/db';
|
||||
import type { Variables, Project, User, ListQueryDb, WorkflowHistory } from '@n8n/db';
|
||||
import type { AssignableRole, GlobalRole, Scope } from '@n8n/permissions';
|
||||
import type express from 'express';
|
||||
import type {
|
||||
@@ -8,8 +8,6 @@ import type {
|
||||
IPersonalizationSurveyAnswersV4,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
import type { WorkflowHistory } from '@/databases/entities/workflow-history';
|
||||
|
||||
export type APIRequest<
|
||||
RouteParams = {},
|
||||
ResponseBody = {},
|
||||
|
||||
Reference in New Issue
Block a user