LokiQueryType🔗Definition🔗class LokiQueryType(enum.StrEnum): RANGE = "range" INSTANT = "instant" STREAM = "stream"