/* * Contains alerts for users */ export interface IUserInfo { message: string, error: boolean, container?: string, }