export interface IDirectValueResult { isPlainFlag: boolean; isDirectValue: boolean; isComplexValue: boolean; }