import type { MainLoopUpdatableState } from "./MainLoopUpdatableState.type"; import type { PreloadableState } from "./PreloadableState.type"; export type UserSettingsManagerState = MainLoopUpdatableState & PreloadableState;