import type { StateWithoutResult } from '../../../types/index.js'; export type PreferencesState = StateWithoutResult; export type UpdatePreferencesState = StateWithoutResult;