ActionType🔗Dashboard action typeDefinition🔗class ActionType(enum.StrEnum): """ Dashboard action type """ FETCH = "fetch" INFINITY = "infinity"