1 2 3 4
import { UserSettings } from "@fosscord/util"; export interface UserSettingsSchema extends Partial<UserSettings> { }