entity.ts 92 Bytes Raw Blame History Permalink 1 2 3 4 export enum RuleChainEntityType { RULE_NODE = 'RULE_NODE', RULE_CHAIN = 'RULE_CHAIN', }