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