Repository URL to install this package:
export interface BaseUser { domain: string; userId: string; locale?: string; state?: string; prevState?: string; email?: string; created?: Date; lastLogin?: Date; }