mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
refactor(editor): Extract @n8n/i18n package for internationalization (no-changelog) (#15466)
This commit is contained in:
@@ -178,15 +178,6 @@ export interface INodeTypesMaxCount {
|
||||
};
|
||||
}
|
||||
|
||||
export interface INodeTranslationHeaders {
|
||||
data: {
|
||||
[key: string]: {
|
||||
displayName: string;
|
||||
description: string;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
export interface IAiDataContent {
|
||||
data: INodeExecutionData[] | null;
|
||||
inOut: 'input' | 'output';
|
||||
|
||||
Reference in New Issue
Block a user