mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +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 {
|
||||
|
||||
Reference in New Issue
Block a user