Files
n8n-nodes-gwezz-changdunovel/node_modules/n8n-workflow/dist/esm/common/get-child-nodes.d.ts
2025-10-26 23:10:15 +08:00

3 lines
290 B
TypeScript

import type { IConnections, NodeConnectionType } from '../interfaces';
export declare function getChildNodes(connectionsBySourceNode: IConnections, nodeName: string, type?: NodeConnectionType | 'ALL' | 'ALL_NON_MAIN', depth?: number): string[];
//# sourceMappingURL=get-child-nodes.d.ts.map