@tributary-so/sdk
    Preparing search index...

    Type Alias IntOpString

    IntOpString:
        | "=="
        | "==="
        | "!="
        | "!=="
        | ">"
        | "<"
        | ">="
        | "<="
        | "in"
        | "!in"
        | "contains"
        | "!contains"

    String aliases accepted wherever an IntegerOperator is expected.