export type Account = { settings?: Record; countryISO?: string; location?: { country: string; }; };