mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core): Move initial files to @n8n/db (#14953)
This commit is contained in:
@@ -8,7 +8,8 @@ import type {
|
||||
IWorkflowBase,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
import type { AuthenticatedRequest, ListQuery } from '@/requests';
|
||||
import type { AuthenticatedRequest } from '@/requests';
|
||||
import type { ListQuery } from '@/types-db';
|
||||
|
||||
export declare namespace WorkflowRequest {
|
||||
type CreateUpdatePayload = Partial<{
|
||||
|
||||
Reference in New Issue
Block a user