export enum ToastType { Regular = 'regular', Success = 'success', Error = 'error', Loading = 'loading', Progress = 'progress', }