FilterOperatorString:
    | "eq"
    | "ne"
    | "lt"
    | "le"
    | "gt"
    | "ge"

Union type representing all filter operations for string properties like eq or ne.

Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.