mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(editor): Fix type errors for various utils files (no-changelog) (#9480)
This commit is contained in:
@@ -130,6 +130,14 @@ export type EndpointStyle = {
|
||||
hoverMessage?: string;
|
||||
};
|
||||
|
||||
export type EndpointMeta = {
|
||||
__meta?: {
|
||||
index: number;
|
||||
totalEndpoints: number;
|
||||
endpointLabelLength: number;
|
||||
};
|
||||
};
|
||||
|
||||
export interface IUpdateInformation<
|
||||
T extends NodeParameterValueType =
|
||||
| string
|
||||
|
||||
Reference in New Issue
Block a user