Skip to main content
Version: 3.7

Integration 集成

1. 结构声明

class Integration extends BaseNode {
microApp?: MicroApp;
connectors: Array<Connector>;
}