export enum SnackbarType { Success = 'success', Warning = 'warning', Error = 'error', ComparisonInfo = 'comparisonInfo' }