====== Models ====== .. code:: python from typing import Literal ActionParam = Literal[ "PAUSE", "RESTART", "RESTART-STAGE-2-ONLY", "START", "STOP", "WIPE-DATA", ]