export interface UserProfile { emailAddress: string; fullName: string; messageCount: number; profileUrl: string; description?: string; messageInboxUrl: string; supportTicketsUrl: string; changePasswordUrl: string; }