refactoring
This commit is contained in:
parent
dfb73c0a96
commit
d1e08bf64b
@ -331,7 +331,7 @@ export interface RuleNodeComponentDescriptor extends ComponentDescriptor {
|
|||||||
configurationDescriptor?: RuleNodeConfigurationDescriptor;
|
configurationDescriptor?: RuleNodeConfigurationDescriptor;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface FcRuleNodeType extends FcNode {
|
export interface FcRuleNodeType extends FcNode, HasDebugConfig {
|
||||||
component?: RuleNodeComponentDescriptor;
|
component?: RuleNodeComponentDescriptor;
|
||||||
singletonMode?: boolean;
|
singletonMode?: boolean;
|
||||||
queueName?: string;
|
queueName?: string;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user