"""
Typing for the operator string a user can provide. 

This file is autogenerated based on the `operators` GraphQL query. 
"""

from typing import Literal

OperatorType = Literal[
    <REPLACE>
]
