Based on doc: https://docs.microsoft.com/en-us/javascript/api/office-scripts/excelscript/excelscript.labelfiltercondition?view=office-scripts
When condition set to ex "equals", "greaterThan", then "comparator" is required. However, in ExcelScript.PivotLabelFilter doc: "https://docs.microsoft.com/zh-cn/javascript/api/office-scripts/excelscript/excelscript.pivotlabelfilter?view=office-scripts
There is no such property as "comparator". I tried this in excel script, no surprise return me an error "Type '{ condition: ExcelScript.LabelFilterCondition; comparator: number; }' is not assignable to type 'PivotLabelFilter'".
How do I use "greaterThan" condition properly? Thanks.
