fix(editor): Fix type errors for various utils files (no-changelog) (#9480)

This commit is contained in:
Alex Grozav
2024-05-22 07:54:55 +03:00
committed by GitHub
parent eef5479e96
commit 0cb977bf2f
16 changed files with 167 additions and 165 deletions

View File

@@ -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