QueryType🔗Defines the supported queryTypes.Definition🔗class QueryType(enum.StrEnum): """ Defines the supported queryTypes. """ TIME_SERIES_LIST = "timeSeriesList" TIME_SERIES_QUERY = "timeSeriesQuery" SLO = "slo" ANNOTATION = "annotation"