export interface IUser { uid: string; isAdministrator: boolean; isDefaultUser: boolean; password: string; username: string; }