jamespot-user-api
    Preparing search index...

    Variable operatorSchemaConst

    operatorSchema: ZodEnum<
        [
            "=",
            "<",
            ">",
            "<=",
            ">=",
            "!=",
            "<>",
            "like",
            "between",
            "is",
            "is not",
            "in",
            "not in",
            "json_contains",
            "link",
            "match",
        ],
    > = ...