import type { UserSettings } from "./UserSettings.type"; export type IsUserSettingsValidCallback = (userSettings: any) => userSettings is U;