mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 04:10:01 +00:00
refactor(core): Introduce @n8n/constants package (#14825)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import type { BooleanLicenseFeature, NumericLicenseFeature } from '@/interfaces';
|
||||
import type { BooleanLicenseFeature, NumericLicenseFeature } from '@n8n/constants';
|
||||
|
||||
import type { License } from '@/license';
|
||||
|
||||
export interface LicenseMockDefaults {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import type { BooleanLicenseFeature, NumericLicenseFeature } from '@n8n/constants';
|
||||
import type { Application } from 'express';
|
||||
import type { Server } from 'http';
|
||||
import type { ICredentialDataDecryptedObject } from 'n8n-workflow';
|
||||
@@ -6,7 +7,7 @@ import type TestAgent from 'supertest/lib/agent';
|
||||
import type { CredentialsEntity } from '@/databases/entities/credentials-entity';
|
||||
import type { Project } from '@/databases/entities/project';
|
||||
import type { User } from '@/databases/entities/user';
|
||||
import type { BooleanLicenseFeature, ICredentialsDb, NumericLicenseFeature } from '@/interfaces';
|
||||
import type { ICredentialsDb } from '@/interfaces';
|
||||
|
||||
import type { LicenseMocker } from './license';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user