1 2 3
import { UserSettings } from ".."; export interface UserSettingsSchema extends Partial<UserSettings> {}