export enum TYPE_ALERT { ERROR = 'error', SUCCESS = 'success', WARNING = 'warning', INFO = 'info', QUESTION = 'question' }