export interface Operator { Description: null | string | null; Name: null | string | null; SupportedOnTypes: null | Array | null; ValueType1: null | string | null; ValueType2: null | string | null; }