export interface EndUser { initials?: string; lastName?: string; gender?: string; dob?: Date; phoneNumber?: string; emailAddress?: string; }