export interface User { id: string; email: string; emailVisibility: boolean; verified: boolean; name: string; role: string; company: string; mfa_enabled: boolean; created: string; updated: string }