mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
ci: Validate load options methods in nodes-base (no-changelog) (#5862)
This commit is contained in:
@@ -1430,6 +1430,7 @@ export interface INodeTypeDescription extends INodeTypeBaseDescription {
|
||||
};
|
||||
};
|
||||
actions?: INodeActionTypeDescription[];
|
||||
__loadOptionsMethods?: string[]; // only for validation during build
|
||||
}
|
||||
|
||||
export interface INodeHookDescription {
|
||||
|
||||
Reference in New Issue
Block a user