export interface IEnumerationRule { isConstantIndicator: boolean; values: string; valueList: string[]; }