QueryEditorOperator🔗TS type is QueryEditorOperator, extended in veneer Definition🔗 export interface QueryEditorOperator { name?: string; value?: cloudwatch.QueryEditorOperatorType | cloudwatch.QueryEditorOperatorType[]; } See also🔗 QueryEditorOperatorBuilder Back to top