| 172 | * Advanced Settings model. |
| 173 | */ |
| 174 | export interface Advanced { |
| 175 | shutdown_after_tasks?: ShutdownAfterTasks |
| 176 | restart_stuck_task?: RestartStuckTasks |
| 177 | restart_stuck_task_after_mins?: RestartGameIfTaskTakesLongerThanMinutes |
| 178 | [k: string]: unknown |
| 179 | } |
| 180 | export interface ProfileStateUpdate { |
| 181 | state: ProfileState |
| 182 | timestamp: Timestamp |
nothing calls this directly
no outgoing calls
no test coverage detected