export type ToastStatus = 'error' | 'success' | 'information';