ci: Validate load options methods in nodes-base (no-changelog) (#5862)

This commit is contained in:
Iván Ovejero
2023-04-12 15:46:11 +02:00
committed by GitHub
parent 4d5756cd01
commit 5227ccd75a
7 changed files with 106 additions and 16 deletions

View File

@@ -1430,6 +1430,7 @@ export interface INodeTypeDescription extends INodeTypeBaseDescription {
};
};
actions?: INodeActionTypeDescription[];
__loadOptionsMethods?: string[]; // only for validation during build
}
export interface INodeHookDescription {