export interface UserProps { user: { id: string, name: string, email: string, permissions: [string], interests: [string] } }